Update src/app/page.tsx

This commit is contained in:
2026-05-05 07:52:59 +00:00
parent b4750258a9
commit 48243c3ea8

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Offers",
id: "pricing",
},
name: "Offers", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Burger King Almada"
/>
@@ -54,41 +46,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Welcome to Burger King Almada Forum"
description="The flame-grilled taste you love, served fresh in the heart of Almada Forum."
buttons={[
{
text: "See Menu",
href: "#menu",
},
text: "See Menu", href: "#menu"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-burger-wooden-table-flame-grilled-generated-by-ai_188544-25122.jpg?_wi=1",
imageAlt: "Whopper Hero Shot",
},
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-burger-wooden-table-flame-grilled-generated-by-ai_188544-25122.jpg", imageAlt: "Whopper Hero Shot"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg?_wi=1",
imageAlt: "Burger Shot 1",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg", imageAlt: "Burger Shot 1"},
{
imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-with-blurred-burger_23-2148374833.jpg",
imageAlt: "Burger Shot 2",
},
imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-with-blurred-burger_23-2148374833.jpg", imageAlt: "Burger Shot 2"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-burger-with-cheese-green-salad-wooden-desk-sandwich-fast-food-meal_140725-25935.jpg",
imageAlt: "Burger Shot 3",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-burger-with-cheese-green-salad-wooden-desk-sandwich-fast-food-meal_140725-25935.jpg", imageAlt: "Burger Shot 3"},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tasty-donuts_23-2148194230.jpg",
imageAlt: "Burger Shot 4",
},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tasty-donuts_23-2148194230.jpg", imageAlt: "Burger Shot 4"},
{
imageSrc: "http://img.b2bpic.net/free-photo/charcuterie-board-with-various-cheeses-grapes-crackers-salami-small-bowl-dip_9975-124469.jpg",
imageAlt: "Burger Shot 5",
},
imageSrc: "http://img.b2bpic.net/free-photo/charcuterie-board-with-various-cheeses-grapes-crackers-salami-small-bowl-dip_9975-124469.jpg", imageAlt: "Burger Shot 5"},
]}
/>
</div>
@@ -98,9 +75,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Passion for Flame-Grilling"
description={[
"At Burger King Almada Forum, we bring you the ultimate flame-grilled experience.",
"Our commitment to quality means every burger is prepared with care and fresh ingredients every single day.",
]}
"At Burger King Almada Forum, we bring you the ultimate flame-grilled experience.", "Our commitment to quality means every burger is prepared with care and fresh ingredients every single day."]}
/>
</div>
@@ -108,62 +83,27 @@ export default function LandingPage() {
<ProductCardTwo
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={true}
products={[
{
id: "1",
brand: "BK",
name: "Whopper",
price: "6.95€",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheeseburger-with-fresh-ingredients-attached-with-skewers-stick_181624-41067.jpg",
},
id: "1", brand: "BK", name: "Whopper", price: "6.95€", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheeseburger-with-fresh-ingredients-attached-with-skewers-stick_181624-41067.jpg"},
{
id: "2",
brand: "BK",
name: "Large Fries",
price: "2.50€",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-fries_23-2148537779.jpg",
},
id: "2", brand: "BK", name: "Large Fries", price: "2.50€", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-fries_23-2148537779.jpg"},
{
id: "3",
brand: "BK",
name: "Chicken Royale",
price: "5.95€",
rating: 4,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burgers-close-up_23-2148305771.jpg",
},
id: "3", brand: "BK", name: "Chicken Royale", price: "5.95€", rating: 4,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burgers-close-up_23-2148305771.jpg"},
{
id: "4",
brand: "BK",
name: "Chocolate Sundae",
price: "2.00€",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/glass-ice-cream-decorated-with-chocolate_140725-161.jpg",
},
id: "4", brand: "BK", name: "Chocolate Sundae", price: "2.00€", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/glass-ice-cream-decorated-with-chocolate_140725-161.jpg"},
{
id: "5",
brand: "BK",
name: "Onion Rings",
price: "2.95€",
rating: 4,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-tasty-hummus-with-ingredients_23-2149401967.jpg",
},
id: "5", brand: "BK", name: "Onion Rings", price: "2.95€", rating: 4,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/colorful-tasty-hummus-with-ingredients_23-2149401967.jpg"},
{
id: "6",
brand: "BK",
name: "Double Whopper",
price: "8.50€",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-plate_1187-1733.jpg",
},
id: "6", brand: "BK", name: "Double Whopper", price: "8.50€", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-plate_1187-1733.jpg"},
]}
title="Our Menu Favorites"
description="Discover our flame-grilled burgers, crispy sides, and sweet desserts."
@@ -177,55 +117,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "1",
title: "Whopper Meal",
price: "9.95€",
period: "Combo",
features: [
"1 Whopper",
"Large Fries",
"Large Drink",
],
id: "1", title: "Whopper Meal", price: "9.95€", period: "Combo", features: [
"1 Whopper", "Large Fries", "Large Drink"],
button: {
text: "Order Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg",
imageAlt: "burger king restaurant interior design",
},
text: "Order Now"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg", imageAlt: "burger king restaurant interior design"},
{
id: "2",
title: "King Box",
price: "12.50€",
period: "Combo",
features: [
"Burger of choice",
"6pc Nuggets",
"Fries",
"Drink",
],
id: "2", title: "King Box", price: "12.50€", period: "Combo", features: [
"Burger of choice", "6pc Nuggets", "Fries", "Drink"],
button: {
text: "Order Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-burger-wooden-table-flame-grilled-generated-by-ai_188544-25122.jpg?_wi=2",
imageAlt: "burger king restaurant interior design",
},
text: "Order Now"},
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-burger-wooden-table-flame-grilled-generated-by-ai_188544-25122.jpg", imageAlt: "burger king restaurant interior design"},
{
id: "3",
title: "Family Bucket",
price: "22.90€",
period: "Bundle",
features: [
"2 Burgers",
"2 Snacks",
"Large Fries",
"3 Drinks",
],
id: "3", title: "Family Bucket", price: "22.90€", period: "Bundle", features: [
"2 Burgers", "2 Snacks", "Large Fries", "3 Drinks"],
button: {
text: "Order Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg?_wi=2",
imageAlt: "burger king restaurant interior design",
},
text: "Order Now"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg", imageAlt: "burger king restaurant interior design"},
]}
title="Best Value Offers"
description="Check out our current special deals and combo meal offers."
@@ -238,45 +146,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Amazing Experience!",
quote: "The Whopper was perfect as always. Great service here!",
name: "Ana Silva",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-cap-holding-brown-delivery-coffee-cups-pink-wall_140725-38108.jpg",
},
id: "1", title: "Amazing Experience!", quote: "The Whopper was perfect as always. Great service here!", name: "Ana Silva", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-cap-holding-brown-delivery-coffee-cups-pink-wall_140725-38108.jpg"},
{
id: "2",
title: "Fast and Tasty",
quote: "Quickest service in the food court. Very happy.",
name: "Bruno Costa",
role: "Shopper",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-couple-eating-hamburger-french-friends-restaurant_637285-9029.jpg",
},
id: "2", title: "Fast and Tasty", quote: "Quickest service in the food court. Very happy.", name: "Bruno Costa", role: "Shopper", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-couple-eating-hamburger-french-friends-restaurant_637285-9029.jpg"},
{
id: "3",
title: "Family Favorite",
quote: "The family bucket is a great value and the kids love it.",
name: "Carla Mendes",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-having-meal_1170-1746.jpg",
},
id: "3", title: "Family Favorite", quote: "The family bucket is a great value and the kids love it.", name: "Carla Mendes", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-having-meal_1170-1746.jpg"},
{
id: "4",
title: "Perfect Break",
quote: "Best place for a quick burger break while shopping.",
name: "Daniel Santos",
role: "Visitor",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
},
id: "4", title: "Perfect Break", quote: "Best place for a quick burger break while shopping.", name: "Daniel Santos", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg"},
{
id: "5",
title: "Top Quality",
quote: "Consistent taste and very clean restaurant environment.",
name: "Elisa Pires",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-sitting-down-with-food-his-hands_23-2148322100.jpg",
},
id: "5", title: "Top Quality", quote: "Consistent taste and very clean restaurant environment.", name: "Elisa Pires", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-sitting-down-with-food-his-hands_23-2148322100.jpg"},
]}
title="What Our Guests Say"
description="Hear from our happy diners at Almada Forum."
@@ -289,20 +167,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you offer delivery?",
content: "Yes, we partner with major delivery platforms.",
},
id: "1", title: "Do you offer delivery?", content: "Yes, we partner with major delivery platforms."},
{
id: "2",
title: "Where are you located?",
content: "We are located inside the main food court of Almada Forum.",
},
id: "2", title: "Where are you located?", content: "We are located inside the main food court of Almada Forum."},
{
id: "3",
title: "Are there vegetarian options?",
content: "Yes, we offer plant-based burgers.",
},
id: "3", title: "Are there vegetarian options?", content: "Yes, we offer plant-based burgers."},
]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools-isolated-green-wall_141793-121445.jpg"
title="Frequently Asked Questions"
@@ -315,8 +184,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Find Us"
title="Visit Us Today"
description="Located at Almada Forum, the prime shopping destination."
@@ -332,42 +200,27 @@ export default function LandingPage() {
logoText="BURGER KING ALMADA"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Feedback",
href: "#",
},
label: "Feedback", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}