404 page updated
This commit is contained in:
commit
39a2e07327
@ -2,17 +2,11 @@
|
||||
import Layout from "@/components/layout/Layout"
|
||||
import Banner from "@/components/sections/home1/Banner"
|
||||
import Gallery from "@/components/sections/home2/Gallery"
|
||||
import History from "@/components/sections/home2/History"
|
||||
import Location from "@/components/sections/home2/Location"
|
||||
import Menus from "@/components/sections/home2/Menus"
|
||||
import Specials from "@/components/sections/home2/Specials"
|
||||
import Contact from "@/components/sections/home2/Contact"
|
||||
import Juice from "@/components/sections/home1/Juice"
|
||||
import Beverage from "@/components/sections/home1/Beverage"
|
||||
import Recipe from "@/components/sections/home3/Recipe"
|
||||
import Fluid from "@/components/sections/home3/Fluid"
|
||||
import Tips from "@/components/sections/home4/Tips"
|
||||
import Video from "@/components/sections/home4/Video"
|
||||
import Menu2 from "@/components/sections/home4/Menu2"
|
||||
|
||||
|
||||
|
||||
@ -51,7 +51,7 @@ export default function Banner() {
|
||||
<div className="content-column col-lg-6 col-md-12 col-sm-12">
|
||||
<div className="inner-column">
|
||||
<h1><span className="first-letter">Sip. Savor. </span><span className="second-letter">Smile.</span></h1>
|
||||
<div className="text">Welcome to Sixty5Street – your go-to for bold, crave-worthy street food. From fiery wings to dosas and milkshakes, we serve fresh, fast flavor with attitude.</div>
|
||||
<div className="text"> Welcome to Sixty5Street - where every bite brings you the vibrant taste of global street food. From fiery wings and loaded fries to shawarma, dosas, and milkshakes, we serve crave-worthy meals made fresh, fast, and full of attitude.</div>
|
||||
<div className="btns-box">
|
||||
<Link href="#menu" className="theme-btn btn-style-one clearfix"><span className="icon"></span>View Menu</Link>
|
||||
</div>
|
||||
@ -64,7 +64,13 @@ export default function Banner() {
|
||||
{/* Image Column */}
|
||||
<div className="image-column col-lg-6 col-md-12 col-sm-12">
|
||||
<div className="inner-column">
|
||||
<<<<<<< HEAD
|
||||
{/* <div className="icon-layer-three" style={{ backgroundImage: 'url(/assets/images/main-slider/icon-3.png)' }} ></div> */}
|
||||
=======
|
||||
<div className="icon-layer-three"
|
||||
// style={{ backgroundImage: 'url(/assets/images/main-slider/icon-3.png)' }}
|
||||
></div>
|
||||
>>>>>>> 330d528d282848a91774436d724b27c8736581b1
|
||||
<div className="image">
|
||||
<img src="/assets/images/banner/banner-1.webp" alt="" />
|
||||
</div>
|
||||
@ -103,7 +109,13 @@ export default function Banner() {
|
||||
{/* Image Column */}
|
||||
<div className="image-column col-lg-6 col-md-12 col-sm-12">
|
||||
<div className="inner-column">
|
||||
<<<<<<< HEAD
|
||||
{/* <div className="icon-layer-three" style={{ backgroundImage: 'url(/assets/images/main-slider/icon-3.png)' }} ></div> */}
|
||||
=======
|
||||
<div className="icon-layer-three"
|
||||
// style={{ backgroundImage: 'url(/assets/images/main-slider/icon-3.png)' }}
|
||||
></div>
|
||||
>>>>>>> 330d528d282848a91774436d724b27c8736581b1
|
||||
<div className="image">
|
||||
<img src="/assets/images/banner/banner-2.webp" alt="" />
|
||||
</div>
|
||||
@ -139,7 +151,13 @@ export default function Banner() {
|
||||
{/* Image Column */}
|
||||
<div className="image-column col-lg-6 col-md-12 col-sm-12">
|
||||
<div className="inner-column">
|
||||
<<<<<<< HEAD
|
||||
{/* <div className="icon-layer-three" style={{ backgroundImage: 'url(/assets/images/main-slider/icon-3.png)' }} ></div> */}
|
||||
=======
|
||||
<div className="icon-layer-three"
|
||||
// style={{ backgroundImage: 'url(/assets/images/main-slider/icon-3.png)' }}
|
||||
></div>
|
||||
>>>>>>> 330d528d282848a91774436d724b27c8736581b1
|
||||
<div className="image">
|
||||
<img src="/assets/images/banner/banner-3.webp" alt="" />
|
||||
</div>
|
||||
|
||||
@ -53,7 +53,7 @@ export default function Fluid() {
|
||||
<img
|
||||
src={selectedImage}
|
||||
alt="Selected Book"
|
||||
className="img-fluid rounded shadow"
|
||||
className="img-fluid "
|
||||
style={{ width: "100%", height: "auto", objectFit: "cover" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@ -1159,7 +1159,7 @@
|
||||
}
|
||||
|
||||
.gallery-section-two {
|
||||
padding: 0px 0px 50px;
|
||||
padding: 0px 0px;
|
||||
}
|
||||
|
||||
.banner-section-two .content-column h1 {
|
||||
|
||||
@ -2383,7 +2383,7 @@
|
||||
bottom: 0px;
|
||||
height: 2px;
|
||||
width: 45px;
|
||||
background-color: #beb996;
|
||||
background-color: #cf2d1f;
|
||||
}
|
||||
|
||||
.footer-style-two .logo-widget .text {
|
||||
@ -2922,7 +2922,7 @@
|
||||
.gallery-section-two {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
padding: 0px 0px 100px;
|
||||
padding: 0px 0px;
|
||||
}
|
||||
|
||||
.gallery-section-two .outer-container {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user