Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
240
src/app/page.tsx
240
src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "Menu", id: "products" },
|
||||||
id: "#hero",
|
{ name: "About", id: "about" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Menu",
|
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Burger Singh"
|
brandName="Burger Singh"
|
||||||
/>
|
/>
|
||||||
@@ -56,37 +44,14 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background="gradient-bars"
|
background={{ variant: "gradient-bars" }}
|
||||||
title="The United States of Burgers"
|
title="The United States of Burgers"
|
||||||
description="Experience the legendary fusion of global flavors and Indian spices, crafted for the ultimate burger experience."
|
description="Experience the legendary fusion of global flavors and Indian spices, crafted for the ultimate burger experience."
|
||||||
tag="New & Improved"
|
tag="New & Improved"
|
||||||
buttons={[
|
buttons={[{ text: "Order Now", href: "#products" }]}
|
||||||
{
|
|
||||||
text: "Order Now",
|
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-ready-be-served-burger-with-cutlery_23-2148290640.jpg", imageAlt: "Juicy Chicken Burger" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ready-be-served-burger-with-cutlery_23-2148290640.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg", imageAlt: "Spicy Paneer Burger" }
|
||||||
imageAlt: "Juicy Chicken Burger",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg",
|
|
||||||
imageAlt: "Spicy Paneer Burger",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-tray_23-2148678839.jpg",
|
|
||||||
imageAlt: "Front view burgers on tray",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-classic-cheeseburger-with-lettuce-melted-cheese_84443-72937.jpg",
|
|
||||||
imageAlt: "Delicious Classic Cheeseburger with Lettuce and Melted Cheese",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/home-made-chicken-burger-with-french-fries-lettuce-tomato-onion-wooden-board_1150-1855.jpg",
|
|
||||||
imageAlt: "Home made chicken burger with French fries, lettuce, tomato and onion on wooden board.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -114,42 +79,10 @@ export default function LandingPage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", name: "United States of Chicken", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-sandwich-french-fries-table_181624-61641.jpg" },
|
||||||
id: "p1",
|
{ id: "p2", name: "Spicy Paneer Dilli-6", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-red-smoked-fish-sandwich-with-sour-cream-corn-sauce-tray_140725-13975.jpg" },
|
||||||
name: "United States of Chicken",
|
{ id: "p3", name: "Big Crispy Veg", price: "$6.49", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-with-many-ingredients-isolated-white-background-tasty-cheeseburger-splash-sauce_90220-1266.jpg" },
|
||||||
price: "$8.99",
|
{ id: "p4", name: "Classic Cheeseburger", price: "$9.49", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg" }
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-sandwich-french-fries-table_181624-61641.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
name: "Spicy Paneer Dilli-6",
|
|
||||||
price: "$7.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-red-smoked-fish-sandwich-with-sour-cream-corn-sauce-tray_140725-13975.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
name: "Big Crispy Veg",
|
|
||||||
price: "$6.49",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-with-many-ingredients-isolated-white-background-tasty-cheeseburger-splash-sauce_90220-1266.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
name: "Classic Cheeseburger",
|
|
||||||
price: "$9.49",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
name: "Chicken Tikka Burger",
|
|
||||||
price: "$9.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-fat-bread-beef-gourmet_1122-2437.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
name: "Double Patty Blast",
|
|
||||||
price: "$11.49",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Menu"
|
title="Our Signature Menu"
|
||||||
description="Taste the legendary fusion in every single bite."
|
description="Taste the legendary fusion in every single bite."
|
||||||
@@ -161,21 +94,8 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{ items: ["No Frozen Patties Ever", "No Compromise on Hygiene", "No Artificial Preservatives"] }}
|
||||||
items: [
|
positiveCard={{ items: ["Freshly Sourced Vegetables", "Premium Quality Meat", "Signature Spice Blends", "Zero Artificial Colors"] }}
|
||||||
"No Frozen Patties Ever",
|
|
||||||
"No Compromise on Hygiene",
|
|
||||||
"No Artificial Preservatives",
|
|
||||||
],
|
|
||||||
}}
|
|
||||||
positiveCard={{
|
|
||||||
items: [
|
|
||||||
"Freshly Sourced Vegetables",
|
|
||||||
"Premium Quality Meat",
|
|
||||||
"Signature Spice Blends",
|
|
||||||
"Zero Artificial Colors",
|
|
||||||
],
|
|
||||||
}}
|
|
||||||
title="Why Burger Singh?"
|
title="Why Burger Singh?"
|
||||||
description="Excellence in every ingredient."
|
description="Excellence in every ingredient."
|
||||||
/>
|
/>
|
||||||
@@ -188,21 +108,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "1M+", description: "Burgers Served" },
|
||||||
id: "m1",
|
{ id: "m2", value: "150+", description: "Outlets Nationwide" },
|
||||||
value: "1M+",
|
{ id: "m3", value: "4.8", description: "Average Rating" }
|
||||||
description: "Burgers Served",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "150+",
|
|
||||||
description: "Outlets Nationwide",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "4.8",
|
|
||||||
description: "Average Rating",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Numbers Speak for Themselves"
|
title="Numbers Speak for Themselves"
|
||||||
description="Thousands of satisfied customers every day."
|
description="Thousands of satisfied customers every day."
|
||||||
@@ -215,46 +123,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", name: "Amit Sharma", handle: "@amit.sharma", testimonial: "The best burger fusion I've ever had! The spices are just right.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", name: "Priya Verma", handle: "@priya.v", testimonial: "Burger Singh never disappoints. Always fresh and delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg" },
|
||||||
name: "Amit Sharma",
|
{ id: "t3", name: "Rahul Kapoor", handle: "@rahul.k", testimonial: "Fast service and amazing quality. Highly recommended.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-pointing-himself-with-his-thumbs_1187-3186.jpg" },
|
||||||
handle: "@amit.sharma",
|
{ id: "t4", name: "Sneha Das", handle: "@sneha.das", testimonial: "Unique flavors, great value for money.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096459.jpg" },
|
||||||
testimonial: "The best burger fusion I've ever had! The spices are just right.",
|
{ id: "t5", name: "Vikram Singh", handle: "@vikram.s", testimonial: "My go-to spot for late-night cravings.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-park_839833-34334.jpg" }
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Priya Verma",
|
|
||||||
handle: "@priya.v",
|
|
||||||
testimonial: "Burger Singh never disappoints. Always fresh and delicious.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
name: "Rahul Kapoor",
|
|
||||||
handle: "@rahul.k",
|
|
||||||
testimonial: "Fast service and amazing quality. Highly recommended.",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-pointing-himself-with-his-thumbs_1187-3186.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
name: "Sneha Das",
|
|
||||||
handle: "@sneha.das",
|
|
||||||
testimonial: "Unique flavors, great value for money.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096459.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
name: "Vikram Singh",
|
|
||||||
handle: "@vikram.s",
|
|
||||||
testimonial: "My go-to spot for late-night cravings.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-park_839833-34334.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Our Fans Say"
|
title="Our Fans Say"
|
||||||
@@ -266,15 +139,7 @@ export default function LandingPage() {
|
|||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={["Zomato", "Swiggy", "Times Food", "DineOut", "EatClub", "FoodPanda", "UberEats"]}
|
||||||
"Zomato",
|
|
||||||
"Swiggy",
|
|
||||||
"Times Food",
|
|
||||||
"DineOut",
|
|
||||||
"EatClub",
|
|
||||||
"FoodPanda",
|
|
||||||
"UberEats",
|
|
||||||
]}
|
|
||||||
title="Recognized Nationally"
|
title="Recognized Nationally"
|
||||||
description="Proud to be a household name."
|
description="Proud to be a household name."
|
||||||
/>
|
/>
|
||||||
@@ -284,21 +149,9 @@ export default function LandingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "Do you deliver at midnight?", content: "Yes, many of our outlets operate late night." },
|
||||||
id: "f1",
|
{ id: "f2", title: "Are there vegetarian options?", content: "Absolutely! We pride ourselves on our delicious paneer and veggie burgers." },
|
||||||
title: "Do you deliver at midnight?",
|
{ id: "f3", title: "Can I customize my burger?", content: "Of course, you can modify toppings as per your preference." }
|
||||||
content: "Yes, many of our outlets operate late night.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Are there vegetarian options?",
|
|
||||||
content: "Absolutely! We pride ourselves on our delicious paneer and veggie burgers.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "Can I customize my burger?",
|
|
||||||
content: "Of course, you can modify toppings as per your preference.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Frequently Asked Questions"
|
||||||
sideDescription="Need clarity? We've got answers."
|
sideDescription="Need clarity? We've got answers."
|
||||||
@@ -309,9 +162,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
title="Get Our Latest Deals"
|
title="Get Our Latest Deals"
|
||||||
description="Sign up for offers and exclusive burger updates."
|
description="Sign up for offers and exclusive burger updates."
|
||||||
tag="Newsletter"
|
tag="Newsletter"
|
||||||
@@ -322,35 +173,18 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
{ label: "Menu", href: "#products" },
|
||||||
{
|
{ label: "About", href: "#about" },
|
||||||
label: "Menu",
|
{ label: "Contact", href: "#contact" }
|
||||||
href: "#products",
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "About",
|
title: "Legal", items: [
|
||||||
href: "#about",
|
{ label: "Privacy Policy", href: "#" },
|
||||||
},
|
{ label: "Terms", href: "#" }
|
||||||
{
|
]
|
||||||
label: "Contact",
|
}
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy Policy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Terms",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Burger Singh. All rights reserved."
|
bottomLeftText="© 2024 Burger Singh. All rights reserved."
|
||||||
bottomRightText="Built for flavor."
|
bottomRightText="Built for flavor."
|
||||||
|
|||||||
Reference in New Issue
Block a user