Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
245
src/app/page.tsx
245
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Buzzin' Buns"
|
||||
/>
|
||||
@@ -55,33 +43,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Buzzin' Buns: Taste the Freshness"
|
||||
description="Experience the ultimate fast-casual burger experience in the heart of Lahore. Fresh ingredients, bold flavors, served with a smile."
|
||||
tag="Best Burgers in Business Bay"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-mac-burger-with-beef-melted-cheddar-full-white-salad_114579-2311.jpg",
|
||||
imageAlt: "Juicy burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-date_23-2148422373.jpg",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-french-fries-with-ketchup_23-2148718918.jpg",
|
||||
imageAlt: "Woman eating french fries with ketchup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-tray-meat-burgers-with-red-onions-fries-with-sauces_141793-12182.jpg",
|
||||
imageAlt: "Front view a man holding a tray of meat burgers with red onions and fries with sauces",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-couple-eating-hamburger-french-friends-restaurant_637285-9029.jpg",
|
||||
imageAlt: "Unrecognizable couple eating hamburger and French friends in a restaurant",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/big-mac-burger-with-beef-melted-cheddar-full-white-salad_114579-2311.jpg", imageAlt: "Juicy burger" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-date_23-2148422373.jpg", imageAlt: "Restaurant ambiance" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -97,42 +65,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Cheeseburger",
|
||||
price: "$8.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-beef-meat-pickles-tomatoes-served-with-french-fries-sauces-black_140725-11867.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Crispy Chicken Deluxe",
|
||||
price: "$9.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-hamburgers_23-2147783566.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Garden Fresh Veggie",
|
||||
price: "$7.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burgers-tray_23-2148678841.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Double Trouble Beef",
|
||||
price: "$12.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-sesame-seeds-wooden-board_114579-54120.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Smoky Bacon Bliss",
|
||||
price: "$10.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637343.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Spicy Jalapeño Crunch",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-lettuce-leaves-tomato-corns-guacamoleside-view_141793-2770.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Classic Cheeseburger", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-beef-meat-pickles-tomatoes-served-with-french-fries-sauces-black_140725-11867.jpg" },
|
||||
{ id: "p2", name: "Crispy Chicken Deluxe", price: "$9.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-hamburgers_23-2147783566.jpg" },
|
||||
{ id: "p3", name: "Garden Fresh Veggie", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burgers-tray_23-2148678841.jpg" },
|
||||
{ id: "p4", name: "Double Trouble Beef", price: "$12.49", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-sesame-seeds-wooden-board_114579-54120.jpg" },
|
||||
{ id: "p5", name: "Smoky Bacon Bliss", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637343.jpg" },
|
||||
{ id: "p6", name: "Spicy Jalapeño Crunch", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-lettuce-leaves-tomato-corns-guacamoleside-view_141793-2770.jpg" },
|
||||
]}
|
||||
title="Our Signature Buns"
|
||||
description="Handcrafted burgers made with premium ingredients and toasted to perfection."
|
||||
@@ -154,34 +92,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Farm Fresh Ingredients",
|
||||
description: "Locally sourced produce for the best taste.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Lightning Fast",
|
||||
description: "Get your meal in minutes, not hours.",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
title: "Customer First",
|
||||
description: "We treat every guest like royalty.",
|
||||
},
|
||||
{
|
||||
icon: ThumbsUp,
|
||||
title: "Handcrafted Quality",
|
||||
description: "Every bun is toasted to perfection.",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Bold Flavors",
|
||||
description: "Unique spice blends you won't find anywhere else.",
|
||||
},
|
||||
{ icon: CheckCircle, title: "Farm Fresh Ingredients", description: "Locally sourced produce for the best taste." },
|
||||
{ icon: Clock, title: "Lightning Fast", description: "Get your meal in minutes, not hours." },
|
||||
{ icon: Smile, title: "Customer First", description: "We treat every guest like royalty." },
|
||||
{ icon: ThumbsUp, title: "Handcrafted Quality", description: "Every bun is toasted to perfection." },
|
||||
{ icon: Flame, title: "Bold Flavors", description: "Unique spice blends you won't find anywhere else." },
|
||||
]}
|
||||
title="Why Buzzin' Buns?"
|
||||
description="Quality, speed, and freshness are the pillars of our kitchen."
|
||||
@@ -192,15 +111,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"FoodPanda",
|
||||
"Cheetay",
|
||||
"Careem Food",
|
||||
"Uber Eats",
|
||||
"Eat Mubarak",
|
||||
"Local Bistro",
|
||||
"City Bites",
|
||||
]}
|
||||
names={["FoodPanda", "Cheetay", "Careem Food", "Uber Eats", "Eat Mubarak", "Local Bistro", "City Bites"]}
|
||||
title="Trusted Delivery Partners"
|
||||
description="We partner with the best platforms to get your food to you safely."
|
||||
/>
|
||||
@@ -211,47 +122,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="See what our customers have to say."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ali Khan",
|
||||
handle: "@ali_foodie",
|
||||
testimonial: "The best burger I've had in Lake City! Fresh and flavorful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Ahmed",
|
||||
handle: "@sarah_eats",
|
||||
testimonial: "Lightning fast service and super tasty burgers. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-friends-watch-video-mobile-phone-have-coffee-break-after-classes-wear-spectacles-eat-delicious-salad-drink-coffee-pose-against-cozy-cafe-interior-connected-wireless-internet_273609-29068.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Bilal Rehman",
|
||||
handle: "@bilal_q",
|
||||
testimonial: "Great atmosphere and consistently good quality.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-longhaired-brunette-woman-bright-beret-red-dress-smiles-widely-sits-beautiful-cafe-young-asian-lady-eyeglasses-holds-white-coffee-cup_197531-29276.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Zara Noor",
|
||||
handle: "@zara_bites",
|
||||
testimonial: "The Spicy Jalapeño burger is a must-try. So yummy!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Omar Dar",
|
||||
handle: "@omar_d",
|
||||
testimonial: "Good portions and friendly staff. Will definitely visit again.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1344.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Ali Khan", handle: "@ali_foodie", testimonial: "The best burger I've had in Lake City! Fresh and flavorful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg" },
|
||||
{ id: "t2", name: "Sarah Ahmed", handle: "@sarah_eats", testimonial: "Lightning fast service and super tasty burgers. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-happy-friends-watch-video-mobile-phone-have-coffee-break-after-classes-wear-spectacles-eat-delicious-salad-drink-coffee-pose-against-cozy-cafe-interior-connected-wireless-internet_273609-29068.jpg" },
|
||||
{ id: "t3", name: "Bilal Rehman", handle: "@bilal_q", testimonial: "Great atmosphere and consistently good quality.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-longhaired-brunette-woman-bright-beret-red-dress-smiles-widely-sits-beautiful-cafe-young-asian-lady-eyeglasses-holds-white-coffee-cup_197531-29276.jpg" },
|
||||
{ id: "t4", name: "Zara Noor", handle: "@zara_bites", testimonial: "The Spicy Jalapeño burger is a must-try. So yummy!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg" },
|
||||
{ id: "t5", name: "Omar Dar", handle: "@omar_d", testimonial: "Good portions and friendly staff. Will definitely visit again.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1344.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Fans Say"
|
||||
@@ -263,31 +140,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are you open on weekends?",
|
||||
content: "Yes, we are open 7 days a week from 12:00 PM to midnight.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we are available on all major delivery apps in Lahore.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is seating available?",
|
||||
content: "We have both indoor and outdoor seating available at our Lake City location.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Do you have vegan options?",
|
||||
content: "We offer a delicious Garden Fresh Veggie burger.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Can I book for events?",
|
||||
content: "Please contact us via our phone number for event inquiries.",
|
||||
},
|
||||
{ id: "f1", title: "Are you open on weekends?", content: "Yes, we are open 7 days a week from 12:00 PM to midnight." },
|
||||
{ id: "f2", title: "Do you offer delivery?", content: "Yes, we are available on all major delivery apps in Lahore." },
|
||||
{ id: "f3", title: "Is seating available?", content: "We have both indoor and outdoor seating available at our Lake City location." },
|
||||
{ id: "f4", title: "Do you have vegan options?", content: "We offer a delicious Garden Fresh Veggie burger." },
|
||||
{ id: "f5", title: "Can I book for events?", content: "Please contact us via our phone number for event inquiries." },
|
||||
]}
|
||||
title="Got Questions?"
|
||||
description="Here are answers to some common inquiries about our menu and store."
|
||||
@@ -298,9 +155,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Visit Us Today"
|
||||
description="Business Bay, Block M 1, Lake City, Lahore. Call us at 0344 4588842."
|
||||
tag="Get In Touch"
|
||||
@@ -311,37 +166,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/buzzinbuns",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:03444588842",
|
||||
},
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com/buzzinbuns" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Call Us", href: "tel:03444588842" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user