Merge version_1 into main #2
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Not Just a Burger. It's a Standard."
|
||||
title="Not Just a Burger. It's a Standard."
|
||||
description="Premium burgers. Fresh ingredients. Fast delivery."
|
||||
background={{ variant: "plain" }}
|
||||
tag="5.0 Customer Rating"
|
||||
@@ -55,17 +55,23 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg?_wi=1", imageAlt: "Premium signature burger"},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg", imageAlt: "Premium signature burger"
|
||||
},
|
||||
{
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-tasty-burgers-front-view_23-2149897387.jpg", imageAlt: "Double beef burger"},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-tasty-burgers-front-view_23-2149897387.jpg", imageAlt: "Double beef burger"
|
||||
},
|
||||
{
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-meat-salad_74190-6128.jpg", imageAlt: "Crispy chicken burger"},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-meat-salad_74190-6128.jpg", imageAlt: "Crispy chicken burger"
|
||||
},
|
||||
{
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67425.jpg", imageAlt: "Spicy jalapeño burger"},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67425.jpg", imageAlt: "Spicy jalapeño burger"
|
||||
},
|
||||
{
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-tasty-french-fries-tomatoes_23-2148374850.jpg", imageAlt: "Classic panda burger"},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-tasty-french-fries-tomatoes_23-2148374850.jpg", imageAlt: "Classic panda burger"
|
||||
},
|
||||
{
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868223.jpg", imageAlt: "Gourmet burger showcase"},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868223.jpg", imageAlt: "Gourmet burger showcase"
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -78,8 +84,8 @@ export default function LandingPage() {
|
||||
tag="Our Promise"
|
||||
tagIcon={Check}
|
||||
tagAnimation="slide-up"
|
||||
title="Why Everyone Says \"Klass\""
|
||||
description="At Panda Burger, we don't just make fast food — we craft flavor. Every bun is toasted to perfection. Every patty is juicy, bold, unforgettable. Every order meets our standard."
|
||||
title="Why Everyone Says "Klass""
|
||||
description="At Panda Burger, we don't just make fast food — we craft flavor. Every bun is toasted to perfection. Every patty is juicy, bold, unforgettable. Every order meets our standard."
|
||||
subdescription="Fresh ingredients • Premium quality • Fast delivery • Consistent taste"
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burger-ingredients_1339-1537.jpg"
|
||||
@@ -130,13 +136,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Chen"},
|
||||
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-leader-showing-statistics_1262-2964.jpg", imageAlt: "Marcus Johnson"},
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-leader-showing-statistics_1262-2964.jpg", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", imageAlt: "Elena Rodriguez"},
|
||||
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", imageAlt: "Elena Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-your-own-business-gives-lot-benefits_329181-11452.jpg", imageAlt: "David Kim"},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-your-own-business-gives-lot-benefits_329181-11452.jpg", imageAlt: "David Kim"
|
||||
},
|
||||
]}
|
||||
cardTitle="Loved by Everyone Who Tries It"
|
||||
cardTag="Trusted by Thousands"
|
||||
@@ -151,10 +161,12 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "30 Minutes or Less", tags: ["Guarantee", "City Wide"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg?_wi=1", imageAlt: "Fast delivery service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg", imageAlt: "Fast delivery service"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Hot & Fresh Guarantee", tags: ["Premium", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg?_wi=2", imageAlt: "Fresh delivery"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg", imageAlt: "Fresh delivery"
|
||||
},
|
||||
]}
|
||||
title="Fast. Fresh. Reliable."
|
||||
description="Hot and fresh at your door. No compromise. No delay."
|
||||
@@ -176,11 +188,14 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your hours?", content: "Monday - Sunday: 11:00 AM - 11:00 PM. Special hours may apply on holidays."},
|
||||
id: "1", title: "What are your hours?", content: "Monday - Sunday: 11:00 AM - 11:00 PM. Special hours may apply on holidays."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you have delivery?", content: "Yes! We deliver within 30 minutes to most areas. Order through our app or call us directly."},
|
||||
id: "2", title: "Do you have delivery?", content: "Yes! We deliver within 30 minutes to most areas. Order through our app or call us directly."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can I order online?", content: "Absolutely. Order online anytime, and we'll have your food ready for pickup or delivery."},
|
||||
id: "3", title: "Can I order online?", content: "Absolutely. Order online anytime, and we'll have your food ready for pickup or delivery."
|
||||
},
|
||||
]}
|
||||
ctaTitle="Visit Panda Burger"
|
||||
ctaDescription="Experience premium quality in person. Walk-in or call ahead."
|
||||
@@ -198,10 +213,10 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Taste the Standard?"
|
||||
description="Order now and experience why everyone says: \"Klass.\""
|
||||
description="Order now and experience why everyone says: "Klass.""
|
||||
subdescription="Premium fast food. Unforgettable quality. Every time."
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg"
|
||||
imageAlt="Premium Panda Burger"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user