Merge version_1 into main #1
211
src/app/page.tsx
211
src/app/page.tsx
@@ -29,123 +29,77 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sherlins Express"
|
||||
button={{
|
||||
text: "Order Now", href: "#menu"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Sherlins Express"
|
||||
description="Fast. Juicy. Unforgettable. Fast food, but elevated to a luxurious new standard."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bun-with-sesame-table_140725-9347.jpg",
|
||||
imageAlt: "Gourmet Burger 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bun-with-sesame-table_140725-9347.jpg", imageAlt: "Gourmet Burger 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-knife-delicious-sandwich-left-side-black-tray-isolated-blurred-surface-with-free-space_179666-42359.jpg",
|
||||
imageAlt: "Gourmet Burger 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-knife-delicious-sandwich-left-side-black-tray-isolated-blurred-surface-with-free-space_179666-42359.jpg", imageAlt: "Gourmet Burger 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-knife-delicious-sandwich-black-tray-isolated-blurred-gray-surface_179666-34357.jpg",
|
||||
imageAlt: "Gourmet Burger 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-knife-delicious-sandwich-black-tray-isolated-blurred-gray-surface_179666-34357.jpg", imageAlt: "Gourmet Burger 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-cheeseburger-with-melted-cheese-fresh-toppings_84443-82101.jpg",
|
||||
imageAlt: "Gourmet Burger 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-cheeseburger-with-melted-cheese-fresh-toppings_84443-82101.jpg", imageAlt: "Gourmet Burger 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-portion-beef-burger-with-french-fries-dip-sauce-cafe_114579-1891.jpg",
|
||||
imageAlt: "Gourmet Burger 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-portion-beef-burger-with-french-fries-dip-sauce-cafe_114579-1891.jpg", imageAlt: "Gourmet Burger 5"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-pouring-sesame-seeds-beef-burger-with-salad-bacon_23-2148784492.jpg",
|
||||
imageAlt: "Gourmet Burger 8",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-pouring-sesame-seeds-beef-burger-with-salad-bacon_23-2148784492.jpg", imageAlt: "Gourmet Burger 8"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-light-effect_23-2147695733.jpg",
|
||||
imageAlt: "Gourmet Burger 9",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-light-effect_23-2147695733.jpg", imageAlt: "Gourmet Burger 9"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg",
|
||||
imageAlt: "Gourmet Burger 10",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg", imageAlt: "Gourmet Burger 10"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg",
|
||||
imageAlt: "Gourmet Burger 11",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg", imageAlt: "Gourmet Burger 11"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vegetarian-burger-cutting-board-with-copy-space_23-2148784536.jpg",
|
||||
imageAlt: "Gourmet Burger 12",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vegetarian-burger-cutting-board-with-copy-space_23-2148784536.jpg", imageAlt: "Gourmet Burger 12"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tasty-sandwich-knife-dark-mix-color-surface-with-free-space_179666-42271.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tasty-sandwich-knife-dark-mix-color-surface-with-free-space_179666-42271.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151432739.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151432739.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/burger-with-black-bun-blue-background_23-2148258368.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/burger-with-black-bun-blue-background_23-2148258368.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-classic-burger-with-various-dips_23-2148290687.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-classic-burger-with-various-dips_23-2148290687.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-knife-tasty-meat-sandwich-wooden-cutting-board-isolated-ice-surface_179666-34367.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-knife-tasty-meat-sandwich-wooden-cutting-board-isolated-ice-surface_179666-34367.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied foodies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "CRAFTED",
|
||||
},
|
||||
type: "text", text: "CRAFTED"},
|
||||
{
|
||||
type: "text",
|
||||
text: "LUXURY",
|
||||
},
|
||||
type: "text", text: "LUXURY"},
|
||||
{
|
||||
type: "text",
|
||||
text: "GOLD",
|
||||
},
|
||||
type: "text", text: "GOLD"},
|
||||
{
|
||||
type: "text",
|
||||
text: "SMOKY",
|
||||
},
|
||||
type: "text", text: "SMOKY"},
|
||||
{
|
||||
type: "text",
|
||||
text: "PREMIUM",
|
||||
},
|
||||
type: "text", text: "PREMIUM"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,9 +110,7 @@ export default function LandingPage() {
|
||||
title="Elevating the Burger Experience"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,41 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Gold Burger",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic Gold Burger", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Bacon Lux Burger",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg",
|
||||
},
|
||||
id: "p2", name: "Bacon Lux Burger", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Truffle Mushroom Burger",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-close-up-cheeseburger_23-2151985487.jpg",
|
||||
},
|
||||
id: "p3", name: "Truffle Mushroom Burger", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-close-up-cheeseburger_23-2151985487.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Spicy Gold Burger",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-hamburgers-white-table_23-2148614106.jpg",
|
||||
},
|
||||
id: "p4", name: "Spicy Gold Burger", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-hamburgers-white-table_23-2148614106.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Double Patty Supreme",
|
||||
price: "$18.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-with-mushrooms-pickles_140725-9299.jpg",
|
||||
},
|
||||
id: "p5", name: "Double Patty Supreme", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-with-mushrooms-pickles_140725-9299.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Vegetarian Delight",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg",
|
||||
},
|
||||
id: "p6", name: "Vegetarian Delight", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Crafted with passion, served with perfection."
|
||||
@@ -218,45 +146,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Incredible",
|
||||
quote: "The best burger I have ever had. The quality is unmatched.",
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
|
||||
},
|
||||
id: "1", title: "Incredible", quote: "The best burger I have ever had. The quality is unmatched.", name: "Sarah J.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Luxurious",
|
||||
quote: "I felt like I was dining at a high-end restaurant.",
|
||||
name: "Mark R.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-eating-donut_23-2149003970.jpg",
|
||||
},
|
||||
id: "2", title: "Luxurious", quote: "I felt like I was dining at a high-end restaurant.", name: "Mark R.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-eating-donut_23-2149003970.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Unforgettable",
|
||||
quote: "The bacon was crispy and the buns were so fresh.",
|
||||
name: "Emily P.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67213.jpg",
|
||||
},
|
||||
id: "3", title: "Unforgettable", quote: "The bacon was crispy and the buns were so fresh.", name: "Emily P.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67213.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Speedy & Tasty",
|
||||
quote: "Fast service, yet tastes like a gourmet creation.",
|
||||
name: "David L.",
|
||||
role: "Pro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-people-food-concept-happy-smiling-man-showing-thumbs-up-satisfied-with-delicious-breakfast-eating-salad-being-diet-trying-stay-fit-standing-yellow-background_1258-59806.jpg",
|
||||
},
|
||||
id: "4", title: "Speedy & Tasty", quote: "Fast service, yet tastes like a gourmet creation.", name: "David L.", role: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-people-food-concept-happy-smiling-man-showing-thumbs-up-satisfied-with-delicious-breakfast-eating-salad-being-diet-trying-stay-fit-standing-yellow-background_1258-59806.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "New Favorite",
|
||||
quote: "I'm officially obsessed with Sherlins Express.",
|
||||
name: "Alex K.",
|
||||
role: "Fan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-young-girl-trying-eat-black-burger_651396-580.jpg",
|
||||
},
|
||||
id: "5", title: "New Favorite", quote: "I'm officially obsessed with Sherlins Express.", name: "Alex K.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-young-girl-trying-eat-black-burger_651396-580.jpg"},
|
||||
]}
|
||||
title="What Our Fans Say"
|
||||
description="Don't just take our word for it—join the movement."
|
||||
@@ -267,16 +165,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to Eat?"
|
||||
title="Visit Us Today"
|
||||
description="Drop by for a burger that redefines your expectations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Directions", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -285,29 +180,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user