Update src/app/page.tsx

This commit is contained in:
2026-03-24 22:06:49 +00:00
parent 31e5feb37b
commit fdfa97aed4

View File

@@ -27,31 +27,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Explore Menu",
id: "products",
},
name: "Explore Menu", id: "products"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "about"},
{
name: "Why Choose Us",
id: "features",
},
name: "Why Choose Us", id: "features"},
{
name: "What People Say",
id: "testimonials",
},
name: "What People Say", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Vosen's Bread Paradise"
button={{
text: "Order Online",
href: "#products",
}}
text: "Order Online", href: "#products"}}
/>
</div>
@@ -61,45 +49,23 @@ export default function LandingPage() {
description="Authentic German breads, handcrafted pastries, and unforgettable mornings. Crafted Daily. Loved Always."
buttons={[
{
text: "Order Online",
href: "#products",
},
text: "Order Online", href: "#products"},
{
text: "Explore Menu",
href: "#products",
},
text: "Explore Menu", href: "#products"},
]}
slides={[
{
videoSrc: "http://img.b2bpic.net/free-photo/baker-holding-bread-loaf-table_23-2147761363.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cutting-ciabatta-close-up-wooden-background_127675-2896.jpg?_wi=1",
imageAlt: "Bread coming out of oven",
videoAriaLabel: "Slow motion video of bread being removed from an oven",
},
videoSrc: "http://img.b2bpic.net/free-photo/baker-holding-bread-loaf-table_23-2147761363.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cutting-ciabatta-close-up-wooden-background_127675-2896.jpg?_wi=1", imageAlt: "Bread coming out of oven", videoAriaLabel: "Slow motion video of bread being removed from an oven"},
{
videoSrc: "http://img.b2bpic.net/free-photo/hands-pouring-sugar-muffins_23-2148297430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-meringue-cookies-with-black-raisines-wooden-board_114579-84680.jpg?_wi=1",
imageAlt: "Powdered sugar falling on pastry",
videoAriaLabel: "Slow motion video of powdered sugar falling onto a pastry",
},
videoSrc: "http://img.b2bpic.net/free-photo/hands-pouring-sugar-muffins_23-2148297430.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-meringue-cookies-with-black-raisines-wooden-board_114579-84680.jpg?_wi=1", imageAlt: "Powdered sugar falling on pastry", videoAriaLabel: "Slow motion video of powdered sugar falling onto a pastry"},
{
videoSrc: "http://img.b2bpic.net/free-photo/hot-coffee-mug_1323-172.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-juice-with-fruit-pieces-caucasian-gogals_114579-34935.jpg?_wi=1",
imageAlt: "Coffee pouring into a cup",
videoAriaLabel: "Slow motion video of coffee being poured into a cup",
},
videoSrc: "http://img.b2bpic.net/free-photo/hot-coffee-mug_1323-172.jpg", imageSrc: "http://img.b2bpic.net/free-photo/glass-juice-with-fruit-pieces-caucasian-gogals_114579-34935.jpg?_wi=1", imageAlt: "Coffee pouring into a cup", videoAriaLabel: "Slow motion video of coffee being poured into a cup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cutting-ciabatta-close-up-wooden-background_127675-2896.jpg?_wi=2",
imageAlt: "Fresh bread in a warm bakery",
},
imageSrc: "http://img.b2bpic.net/free-photo/cutting-ciabatta-close-up-wooden-background_127675-2896.jpg?_wi=2", imageAlt: "Fresh bread in a warm bakery"},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-meringue-cookies-with-black-raisines-wooden-board_114579-84680.jpg?_wi=2",
imageAlt: "Delicate pastry being sugared",
},
imageSrc: "http://img.b2bpic.net/free-photo/white-meringue-cookies-with-black-raisines-wooden-board_114579-84680.jpg?_wi=2", imageAlt: "Delicate pastry being sugared"},
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-juice-with-fruit-pieces-caucasian-gogals_114579-34935.jpg?_wi=2",
imageAlt: "Cozy cafe with coffee",
},
imageSrc: "http://img.b2bpic.net/free-photo/glass-juice-with-fruit-pieces-caucasian-gogals_114579-34935.jpg?_wi=2", imageAlt: "Cozy cafe with coffee"},
]}
autoplayDelay={5000}
showDimOverlay={true}
@@ -113,10 +79,7 @@ export default function LandingPage() {
tag="Trusted Quality"
metrics={[
{
id: "reviews",
value: "527+",
description: "Customer Reviews",
},
id: "reviews", value: "527+", description: "Customer Reviews"},
]}
metricsAnimation="slide-up"
/>
@@ -126,6 +89,14 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="More Than a Bakery — A Tradition"
buttons={[
{
text: "Our Story", href: "#about"
},
{
text: "Meet the Team", href: "#testimonials"
}
]}
/>
</div>
@@ -137,21 +108,23 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "cronuts",
brand: "Vosen's",
name: "Luxury Cronuts",
price: "$5.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/pair-donuts-with-chocolate-cream-top_140725-6405.jpg",
imageAlt: "Golden, flaky cronut with glaze",
},
id: "cronuts", brand: "Vosen's", name: "Luxury Cronuts", price: "$5.50", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pair-donuts-with-chocolate-cream-top_140725-6405.jpg", imageAlt: "Golden, flaky cronut with glaze"},
{
id: "bienenstich",
brand: "Vosen's",
name: "Authentic Bienenstich", price: "$4.75", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sliced-pie-with-red-berries-dark-table-pie-sweet-cake_140725-72896.jpg", imageAlt: "traditional German Bienenstich cake slice",
},
id: "bienenstich", brand: "Vosen's", name: "Authentic Bienenstich", price: "$4.75", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sliced-pie-with-red-berries-dark-table-pie-sweet-cake_140725-72896.jpg", imageAlt: "traditional German Bienenstich cake slice"},
{
id: "sourdough", brand: "Vosen's", name: "Artisan Sourdough", price: "$6.00", rating: 4,
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-sourdough-bread-kitchen_23-2149021873.jpg", imageAlt: "Freshly baked sourdough bread"},
{
id: "croissant", brand: "Vosen's", name: "Classic Croissant", price: "$3.25", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-croissant-white-background_1232-263.jpg", imageAlt: "Flaky classic croissant"},
{
id: "strudel", brand: "Vosen's", name: "Apple Strudel", price: "$5.00", rating: 4,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/traditional-apple-strudel-served-with-ice-cream-whipped-cream_127675-2070.jpg", imageAlt: "Traditional apple strudel with cream"},
{
id: "latte", brand: "Vosen's Coffee", name: "Creamy Latte", price: "$4.50", rating: 5,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-froth-isolated-white-background_127675-10101.jpg", imageAlt: "Cup of creamy latte"},
]}
title="Our Bestsellers"
description="Explore our delightful range: Breads, Pastries, Breakfast, Coffee & Drinks. Freshly baked daily for your indulgence. From Our Oven to Your Heart."