1 Commits

Author SHA1 Message Date
11748896be Update src/app/page.tsx 2026-04-30 15:25:36 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Menu", name: "Menu", id: "products"},
id: "products",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Ali Baik Pizza" brandName="Ali Baik Pizza"
/> />
@@ -56,116 +48,67 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Authentic Italian Pizza, Delivered Hot." title="Authentic Italian Pizza, Delivered Hot."
description="Experience the true taste of tradition with Ali Baik Pizza. Hand-tossed dough, fresh local ingredients, and wood-fired perfection in every bite." description="Experience the true taste of tradition with Ali Baik Pizza. Hand-tossed dough, fresh local ingredients, and wood-fired perfection in every bite."
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-pizza-with-fresh-red-tomatoes-dark-table_140725-143135.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-pizza-with-fresh-red-tomatoes-dark-table_140725-143135.jpg", imageAlt: "Hot Pizza 1"},
imageAlt: "Hot Pizza 1",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/table-dinner-set_74190-1535.jpg", imageSrc: "http://img.b2bpic.net/free-photo/table-dinner-set_74190-1535.jpg", imageAlt: "Hot Pizza 2"},
imageAlt: "Hot Pizza 2",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/pizza-salami-with-salt_140725-4129.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pizza-salami-with-salt_140725-4129.jpg", imageAlt: "Hot Pizza 3"},
imageAlt: "Hot Pizza 3",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-near-baked-pizza-dough-with-ingredients_23-2148785691.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-near-baked-pizza-dough-with-ingredients_23-2148785691.jpg", imageAlt: "Hot Pizza 4"},
imageAlt: "Hot Pizza 4",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/mouth-watering-neapolitan-pizza-blackboard-with-various-ingredients-free-space-text_78826-2819.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mouth-watering-neapolitan-pizza-blackboard-with-various-ingredients-free-space-text_78826-2819.jpg", imageAlt: "Hot Pizza 5"},
imageAlt: "Hot Pizza 5",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-preparing-pizza_23-2150235779.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-preparing-pizza_23-2150235779.jpg", imageAlt: "Hot Pizza 6"},
imageAlt: "Hot Pizza 6",
},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-covered-with-cloth-oil-tomatoes_23-2148753769.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-covered-with-cloth-oil-tomatoes_23-2148753769.jpg", imageAlt: "Kitchen 1"},
imageAlt: "Kitchen 1",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-oil-grey-desk-pizza-dough-italian-food_140725-22905.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-oil-grey-desk-pizza-dough-italian-food_140725-22905.jpg", imageAlt: "Kitchen 2"},
imageAlt: "Kitchen 2",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900948.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900948.jpg", imageAlt: "Kitchen 3"},
imageAlt: "Kitchen 3",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-hot-pepperoni-pizza-wooden-table_632805-19.jpg", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-hot-pepperoni-pizza-wooden-table_632805-19.jpg", imageAlt: "Kitchen 4"},
imageAlt: "Kitchen 4",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/table-texture-looking-out-empty-bar_23-2147701337.jpg", imageSrc: "http://img.b2bpic.net/free-photo/table-texture-looking-out-empty-bar_23-2147701337.jpg", imageAlt: "Kitchen 5"},
imageAlt: "Kitchen 5",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-cooked-dough-with-cheese-olives-dark-surface-meal-food-pizza-italian-dough_140725-101733.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-cooked-dough-with-cheese-olives-dark-surface-meal-food-pizza-italian-dough_140725-101733.jpg", imageAlt: "Kitchen 6"},
imageAlt: "Kitchen 6",
},
]} ]}
buttons={[ buttons={[
{ {
text: "View Menu", text: "View Menu", href: "#products"},
href: "#products",
},
{ {
text: "Order Now", text: "Order Now", href: "https://order.alibaikpizza.com"},
href: "https://order.alibaikpizza.com",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/top-view-delicious-cheese-pizza-with-sausages-tomatoes-dark-background-italian-food-dough-cake-fast-food-photo-color_140725-140283.jpg", src: "http://img.b2bpic.net/free-photo/top-view-delicious-cheese-pizza-with-sausages-tomatoes-dark-background-italian-food-dough-cake-fast-food-photo-color_140725-140283.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-red-chili-sauce_114579-4477.jpg", src: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-red-chili-sauce_114579-4477.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/pizza-with-slice-tomato-bar-spice-corn-bulk-cheese-dark-wooden-picnic-cloth-background-close-up_176474-4611.jpg", src: "http://img.b2bpic.net/free-photo/pizza-with-slice-tomato-bar-spice-corn-bulk-cheese-dark-wooden-picnic-cloth-background-close-up_176474-4611.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/pizza-table-light-blue-color_58702-762.jpg", src: "http://img.b2bpic.net/free-photo/pizza-table-light-blue-color_58702-762.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/wooden-table-with-blurred-restaurant-scene_23-2148209993.jpg", src: "http://img.b2bpic.net/free-photo/wooden-table-with-blurred-restaurant-scene_23-2148209993.jpg", alt: "Customer 5"},
alt: "Customer 5",
},
]} ]}
avatarText="Join 5,000+ happy pizza lovers" avatarText="Join 5,000+ happy pizza lovers"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Wood-Fired"},
text: "Wood-Fired",
},
{ {
type: "text", type: "text", text: "Hand-Tossed"},
text: "Hand-Tossed",
},
{ {
type: "text", type: "text", text: "Local Ingredients"},
text: "Local Ingredients",
},
{ {
type: "text", type: "text", text: "Fast Delivery"},
text: "Fast Delivery",
},
{ {
type: "text", type: "text", text: "Authentic Taste"},
text: "Authentic Taste",
},
]} ]}
/> />
</div> </div>
@@ -177,19 +120,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Flame, icon: Flame,
label: "Wood Fired", label: "Wood Fired", value: "100%"},
value: "100%",
},
{ {
icon: Clock, icon: Clock,
label: "Minutes Preparation", label: "Minutes Preparation", value: "15"},
value: "15",
},
{ {
icon: Award, icon: Award,
label: "Local Ingredients", label: "Local Ingredients", value: "Daily"},
value: "Daily",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -203,23 +140,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Farm to Table", title: "Farm to Table", description: "We source fresh, locally grown veggies daily.", imageSrc: "http://img.b2bpic.net/free-photo/dough-near-pizza-ingredients_23-2147772061.jpg", imageAlt: "Fresh Veggies"},
description: "We source fresh, locally grown veggies daily.",
imageSrc: "http://img.b2bpic.net/free-photo/dough-near-pizza-ingredients_23-2147772061.jpg",
imageAlt: "Fresh Veggies",
},
{ {
title: "Traditional Ovens", title: "Traditional Ovens", description: "Authentic wood-fired flavor every time.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134247.jpg", imageAlt: "Wood Oven"},
description: "Authentic wood-fired flavor every time.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134247.jpg",
imageAlt: "Wood Oven",
},
{ {
title: "Community Love", title: "Community Love", description: "A place where friends meet to eat.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza-outside_23-2149872430.jpg", imageAlt: "Community"},
description: "A place where friends meet to eat.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza-outside_23-2149872430.jpg",
imageAlt: "Community",
},
]} ]}
title="Why Ali Baik?" title="Why Ali Baik?"
description="Crafting the perfect pizza is an art form we've mastered over decades." description="Crafting the perfect pizza is an art form we've mastered over decades."
@@ -234,47 +159,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Margherita", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg", imageAlt: "Margherita"},
name: "Margherita",
price: "$12.99",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg",
imageAlt: "Margherita",
},
{ {
id: "p2", id: "p2", name: "Pepperoni", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702857.jpg", imageAlt: "Pepperoni"},
name: "Pepperoni",
price: "$14.99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702857.jpg",
imageAlt: "Pepperoni",
},
{ {
id: "p3", id: "p3", name: "Veggie Delight", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-italian-pizza-with-dried-tomatoes-mozzarella-cheese-capers-spices-tablecloth-top-view-with-copy-space-text-cutlery-table-table_166373-3654.jpg", imageAlt: "Veggie"},
name: "Veggie Delight",
price: "$13.99",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-italian-pizza-with-dried-tomatoes-mozzarella-cheese-capers-spices-tablecloth-top-view-with-copy-space-text-cutlery-table-table_166373-3654.jpg",
imageAlt: "Veggie",
},
{ {
id: "p4", id: "p4", name: "Four Cheese", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-arrangement_23-2148601652.jpg", imageAlt: "Cheese"},
name: "Four Cheese",
price: "$15.99",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-arrangement_23-2148601652.jpg",
imageAlt: "Cheese",
},
{ {
id: "p5", id: "p5", name: "BBQ Chicken", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3285.jpg", imageAlt: "Chicken"},
name: "BBQ Chicken",
price: "$16.99",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3285.jpg",
imageAlt: "Chicken",
},
{ {
id: "p6", id: "p6", name: "Meat Feast", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-eggs-table_140725-3060.jpg", imageAlt: "Meat"},
name: "Meat Feast",
price: "$18.99",
imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-eggs-table_140725-3060.jpg",
imageAlt: "Meat",
},
]} ]}
title="Signature Pizzas" title="Signature Pizzas"
description="Hand-picked favorites from our stone ovens." description="Hand-picked favorites from our stone ovens."
@@ -289,25 +184,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "10K+", title: "Pizzas Served", description: "Happy customers monthly.", icon: Pizza,
value: "10K+",
title: "Pizzas Served",
description: "Happy customers monthly.",
icon: Pizza,
}, },
{ {
id: "m2", id: "m2", value: "25+", title: "Unique Recipes", description: "Always experimenting.", icon: Flame,
value: "25+",
title: "Unique Recipes",
description: "Always experimenting.",
icon: Flame,
}, },
{ {
id: "m3", id: "m3", value: "4.9/5", title: "Avg Rating", description: "Trusted by our locals.", icon: Star,
value: "4.9/5",
title: "Avg Rating",
description: "Trusted by our locals.",
icon: Star,
}, },
]} ]}
title="Our Impact" title="Our Impact"
@@ -320,30 +203,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg"},
name: "Sarah Miller",
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
},
{ {
id: "t2", id: "t2", name: "David Clark", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2148986296.jpg"},
name: "David Clark",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2148986296.jpg",
},
{ {
id: "t3", id: "t3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiley-family-with-pizza-medium-shot_23-2149931065.jpg"},
name: "Elena Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-family-with-pizza-medium-shot_23-2149931065.jpg",
},
{ {
id: "t4", id: "t4", name: "James Smith", imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-woman-holds-tasty-pizza-indicates-with-thumb-aside-as-shows-place-where-she-bought-it-advertises-pizzeria-wears-red-bandana-white-shirt-isolated-yellow-wall_273609-28924.jpg"},
name: "James Smith",
imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-woman-holds-tasty-pizza-indicates-with-thumb-aside-as-shows-place-where-she-bought-it-advertises-pizzeria-wears-red-bandana-white-shirt-isolated-yellow-wall_273609-28924.jpg",
},
{ {
id: "t5", id: "t5", name: "Linda White", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"},
name: "Linda White",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
},
]} ]}
cardTitle="What People Say" cardTitle="What People Say"
cardTag="Testimonials" cardTag="Testimonials"
@@ -356,20 +224,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Do you deliver?", content: "Yes, we offer delivery within a 5-mile radius. Orders over $20 qualify for free delivery."},
title: "Do you deliver?",
content: "Yes, we offer delivery within a 5-mile radius.",
},
{ {
id: "f2", id: "f2", title: "Gluten-free available?", content: "Absolutely! Ask for our GF crust options."},
title: "Gluten-free available?",
content: "Absolutely! Ask for our GF crust options.",
},
{ {
id: "f3", id: "f3", title: "Hours?", content: "Open daily from 11 AM to 10 PM."},
title: "Hours?",
content: "Open daily from 11 AM to 10 PM.",
},
]} ]}
sideTitle="Frequently Asked" sideTitle="Frequently Asked"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -380,8 +239,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Stay Updated" tag="Stay Updated"
title="Join the Pizza Club" title="Join the Pizza Club"
description="Sign up for exclusive offers and secret menu updates straight to your inbox." description="Sign up for exclusive offers and secret menu updates straight to your inbox."
@@ -396,25 +254,17 @@ export default function LandingPage() {
logoText="Ali Baik Pizza" logoText="Ali Baik Pizza"
columns={[ columns={[
{ {
title: "Location", title: "Location", items: [
items: [
{ {
label: "123 Pizza St, City", label: "123 Pizza St, City", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}