Update src/app/page.tsx

This commit is contained in:
2026-05-10 03:54:33 +00:00
parent 86429f1c03
commit c0e53f718b

View File

@@ -33,22 +33,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Menu",
id: "#products",
},
{
name: "About",
id: "#about",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Burger Singh"
/>
@@ -56,37 +44,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background="gradient-bars"
background={{ variant: "gradient-bars" }}
title="The United States of Burgers"
description="Experience the legendary fusion of global flavors and Indian spices, crafted for the ultimate burger experience."
tag="New & Improved"
buttons={[
{
text: "Order Now",
href: "#products",
},
]}
buttons={[{ text: "Order Now", href: "#products" }]}
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/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.",
},
{ 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/front-view-delicious-burger-composition_23-2148868219.jpg", imageAlt: "Spicy Paneer Burger" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -114,42 +79,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
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: "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",
},
{ 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: "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" }
]}
title="Our Signature Menu"
description="Taste the legendary fusion in every single bite."
@@ -161,21 +94,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{
items: [
"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",
],
}}
negativeCard={{ items: ["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?"
description="Excellence in every ingredient."
/>
@@ -188,21 +108,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "1M+",
description: "Burgers Served",
},
{
id: "m2",
value: "150+",
description: "Outlets Nationwide",
},
{
id: "m3",
value: "4.8",
description: "Average Rating",
},
{ id: "m1", value: "1M+", description: "Burgers Served" },
{ id: "m2", value: "150+", description: "Outlets Nationwide" },
{ id: "m3", value: "4.8", description: "Average Rating" }
]}
title="Numbers Speak for Themselves"
description="Thousands of satisfied customers every day."
@@ -215,46 +123,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
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: "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",
},
{ 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: "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}
title="Our Fans Say"
@@ -266,15 +139,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Zomato",
"Swiggy",
"Times Food",
"DineOut",
"EatClub",
"FoodPanda",
"UberEats",
]}
names={["Zomato", "Swiggy", "Times Food", "DineOut", "EatClub", "FoodPanda", "UberEats"]}
title="Recognized Nationally"
description="Proud to be a household name."
/>
@@ -284,21 +149,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you deliver at midnight?",
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.",
},
{ id: "f1", title: "Do you deliver at midnight?", 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"
sideDescription="Need clarity? We've got answers."
@@ -309,9 +162,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Get Our Latest Deals"
description="Sign up for offers and exclusive burger updates."
tag="Newsletter"
@@ -322,35 +173,18 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
{
label: "Menu",
href: "#products",
title: "Navigation", items: [
{ label: "Menu", href: "#products" },
{ label: "About", href: "#about" },
{ label: "Contact", href: "#contact" }
]
},
{
label: "About",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms", href: "#" }
]
}
]}
bottomLeftText="© 2024 Burger Singh. All rights reserved."
bottomRightText="Built for flavor."