Update src/app/page.tsx

This commit is contained in:
2026-04-15 12:09:34 +00:00
parent 6f45ead0f7
commit de2f44ed59

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Bakery",
id: "#bakery",
},
{
name: "Butchery",
id: "#butchery",
},
{
name: "Restaurant",
id: "#restaurant",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Bakery", id: "bakery" },
{ name: "Butchery", id: "butchery" },
{ name: "Restaurant", id: "restaurant" },
{ name: "Contact", id: "contact" },
]}
brandName="The Provisions Hub"
/>
@@ -55,108 +43,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Artisan Bakery, Butchery & Restaurant in One"
description="From our ovens and butcher block to your table. Premium ingredients, expert craftsmanship, honest food."
testimonials={[
{
name: "Elena M.",
handle: "@elena_eats",
testimonial: "The best sourdough I've ever had, and the steaks are unmatched!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shop-workers-posing-counter_7502-4771.jpg?_wi=1",
imageAlt: "artisan bakery and butchery shop",
},
{
name: "Mark D.",
handle: "@mark_cooks",
testimonial: "My go-to for quality Sunday roast ingredients and quick lunch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-wooden-table_23-2148584870.jpg?_wi=1",
imageAlt: "artisan bakery and butchery shop",
},
{
name: "Sarah P.",
handle: "@sarah_local",
testimonial: "Finally, a place that cares about quality as much as I do.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cup-milk-with-coffee-powder-rollcake_114579-16742.jpg?_wi=1",
imageAlt: "artisan bakery and butchery shop",
},
{
name: "Julian T.",
handle: "@julian_eats",
testimonial: "Excellent service and the knowledge behind the meat counter is incredible.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-meat-slice-with-toamtoes-light-gray-background-animal-cow-chicken-meat-butcher-food-kitchen-color_179666-45992.jpg?_wi=1",
imageAlt: "artisan bakery and butchery shop",
},
{
name: "Chloe V.",
handle: "@chloe_dines",
testimonial: "The restaurant menu is seasonal and so delicious every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg?_wi=1",
imageAlt: "artisan bakery and butchery shop",
},
{ name: "Elena M.", handle: "@elena_eats", testimonial: "The best sourdough I've ever had, and the steaks are unmatched!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shop-workers-posing-counter_7502-4771.jpg", imageAlt: "artisan bakery and butchery shop" },
{ name: "Mark D.", handle: "@mark_cooks", testimonial: "My go-to for quality Sunday roast ingredients and quick lunch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-wooden-table_23-2148584870.jpg", imageAlt: "artisan bakery and butchery shop" },
{ name: "Sarah P.", handle: "@sarah_local", testimonial: "Finally, a place that cares about quality as much as I do.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cup-milk-with-coffee-powder-rollcake_114579-16742.jpg", imageAlt: "artisan bakery and butchery shop" },
{ name: "Julian T.", handle: "@julian_eats", testimonial: "Excellent service and the knowledge behind the meat counter is incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-meat-slice-with-toamtoes-light-gray-background-animal-cow-chicken-meat-butcher-food-kitchen-color_179666-45992.jpg", imageAlt: "artisan bakery and butchery shop" },
{ name: "Chloe V.", handle: "@chloe_dines", testimonial: "The restaurant menu is seasonal and so delicious every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg", imageAlt: "artisan bakery and butchery shop" }
]}
buttons={[
{
text: "Visit Us",
href: "#contact",
},
{
text: "Order Now",
href: "#",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/shop-workers-posing-counter_7502-4771.jpg?_wi=2"
buttons={[{ text: "Visit Us", href: "#contact" }, { text: "Order Now", href: "#" }]}
imageSrc="http://img.b2bpic.net/free-photo/shop-workers-posing-counter_7502-4771.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-positive-african-american-woman-enjoys-listening-music-headphones-spends-leisure-time-loft-cafeteria-with-cocktail-has-break-after-work-demonstrates-pleasant-smile_273609-2085.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/african-american-female-with-curly-bushy-hairstyle-shares-media-social-networks-uses-free-internet-connection-chating-with-friends-listening-favourite-music-headphones-leisure-concept_273609-2467.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
alt: "Customer 5",
},
]}
marqueeItems={[
{
type: "text",
text: "Locally Sourced",
},
{
type: "text",
text: "Small-Batch Crafted",
},
{
type: "text",
text: "Seasonal Menu",
},
{
type: "text",
text: "Farm-to-Table",
},
{
type: "text",
text: "Artisan Traditions",
},
{ src: "http://img.b2bpic.net/free-photo/beautiful-positive-african-american-woman-enjoys-listening-music-headphones-spends-leisure-time-loft-cafeteria-with-cocktail-has-break-after-work-demonstrates-pleasant-smile_273609-2085.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/african-american-female-with-curly-bushy-hairstyle-shares-media-social-networks-uses-free-internet-connection-chating-with-friends-listening-favourite-music-headphones-leisure-concept_273609-2467.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg", alt: "Customer 5" }
]}
marqueeItems={[{ type: "text", text: "Locally Sourced" }, { type: "text", text: "Small-Batch Crafted" }, { type: "text", text: "Seasonal Menu" }, { type: "text", text: "Farm-to-Table" }, { type: "text", text: "Artisan Traditions" }]}
/>
</div>
@@ -165,12 +71,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Crafted with Honesty"
description="We believe in transparency, sourcing from local farms, and treating ingredients with respect. Our bakery rises early, our butchers prepare fresh daily, and our restaurant celebrates seasonal flavors. A local hub for those who value good food."
buttons={[
{
text: "Learn Our Story",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-tasty-food-wooden-table_23-2148584870.jpg?_wi=2"
buttons={[{ text: "Learn Our Story" }]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-tasty-food-wooden-table_23-2148584870.jpg"
/>
</div>
@@ -178,43 +80,20 @@ export default function LandingPage() {
<FeatureCardNine
textboxLayout="default"
useInvertedBackground={true}
animationType="blur-reveal"
features={[
{
title: "Sourdough Process",
description: "Naturally leavened and fermented for over 24 hours.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/cup-milk-with-coffee-powder-rollcake_114579-16742.jpg?_wi=2",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/bread-table_171337-16138.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/shop-workers-posing-counter_7502-4771.jpg?_wi=3",
imageAlt: "freshly baked sourdough bread",
title: "Sourdough Process", description: "Naturally leavened and fermented for over 24 hours.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cup-milk-with-coffee-powder-rollcake_114579-16742.jpg", imageAlt: "sourdough process" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/bread-table_171337-16138.jpg", imageAlt: "baking process" }
},
{
title: "Butchery Selection",
description: "Premium cuts, locally sourced, and expert advice.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-meat-slice-with-toamtoes-light-gray-background-animal-cow-chicken-meat-butcher-food-kitchen-color_179666-45992.jpg?_wi=2",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-green-fresh-red-raw-meat-cutting-board-pepper-lemon-black-hammer-flower-wine-bottle-green-black-mix-color-background_179666-47458.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-wooden-table_23-2148584870.jpg?_wi=3",
imageAlt: "freshly baked sourdough bread",
title: "Butchery Selection", description: "Premium cuts, locally sourced, and expert advice.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-meat-slice-with-toamtoes-light-gray-background-animal-cow-chicken-meat-butcher-food-kitchen-color_179666-45992.jpg", imageAlt: "butchery process" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-green-fresh-red-raw-meat-cutting-board-pepper-lemon-black-hammer-flower-wine-bottle-green-black-mix-color-background_179666-47458.jpg", imageAlt: "meat selection" }
},
{
title: "Restaurant Dining",
description: "Seasonal dishes inspired by our own ingredients.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/sliced-bread-basket_140725-90.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/bread-with-tomatoes-cucumbers-knife-sausage-greens-flat-lay-wooden-cutting-board_176474-8010.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg?_wi=2",
imageAlt: "freshly baked sourdough bread",
},
title: "Restaurant Dining", description: "Seasonal dishes inspired by our own ingredients.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/sliced-bread-basket_140725-90.jpg", imageAlt: "restaurant dish" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/bread-with-tomatoes-cucumbers-knife-sausage-greens-flat-lay-wooden-cutting-board_176474-8010.jpg", imageAlt: "dining experience" }
}
]}
showStepNumbers={true}
title="Fresh Daily Bakery"
@@ -229,60 +108,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Bakery",
name: "Classic Sourdough",
price: "$8.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg?_wi=3",
},
{
id: "2",
brand: "Butchery",
name: "Aged Ribeye Steak",
price: "$28.00",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-slice-dark-background-meat-dinner-food-dish-fry-color-animal-rib-cooking-barbecue_179666-46349.jpg",
},
{
id: "3",
brand: "Bakery",
name: "Butter Croissant",
price: "$4.00",
rating: 4,
reviewCount: "92",
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-croissant-breakfast-grey-background_114579-58910.jpg",
},
{
id: "4",
brand: "Butchery",
name: "Free Range Chicken",
price: "$15.00",
rating: 5,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-chicken-meats-blue-plate-grey-table_114579-66154.jpg",
},
{
id: "5",
brand: "Restaurant",
name: "Chef's Roast Meal",
price: "$22.00",
rating: 5,
reviewCount: "67",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-baked-chicken-table-family-dinner_482257-23919.jpg",
},
{
id: "6",
brand: "Butchery",
name: "Mixed Veggies Box",
price: "$12.00",
rating: 4,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/lateral-view-basket-with-pumpkins-carrots-radishes_23-2148332200.jpg",
},
{ id: "1", brand: "Bakery", name: "Classic Sourdough", price: "$8.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg" },
{ id: "2", brand: "Butchery", name: "Aged Ribeye Steak", price: "$28.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-slice-dark-background-meat-dinner-food-dish-fry-color-animal-rib-cooking-barbecue_179666-46349.jpg" },
{ id: "3", brand: "Bakery", name: "Butter Croissant", price: "$4.00", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-croissant-breakfast-grey-background_114579-58910.jpg" },
{ id: "4", brand: "Butchery", name: "Free Range Chicken", price: "$15.00", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-chicken-meats-blue-plate-grey-table_114579-66154.jpg" },
{ id: "5", brand: "Restaurant", name: "Chef's Roast Meal", price: "$22.00", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/delicious-baked-chicken-table-family-dinner_482257-23919.jpg" },
{ id: "6", brand: "Butchery", name: "Mixed Veggies Box", price: "$12.00", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/lateral-view-basket-with-pumpkins-carrots-radishes_23-2148332200.jpg" }
]}
title="Shop Our Provisions"
description="From daily breads to premium roasts, we have everything you need."
@@ -295,41 +126,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Elena M.",
handle: "@elena_eats",
testimonial: "Everything is fresh and local. The staff is so helpful.",
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-woman-plaid-shirt-cap-holding-plate-sponge-looking-camera-happy-excited-standing-green-background_141793-111063.jpg",
},
{
id: "2",
name: "Mark D.",
handle: "@mark_cooks",
testimonial: "Quality that you can taste. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-cute-female-with-dark-skin-afro-hairstyle-looks-away-with-cheerful-expression-keeps-hands-chin-eats-delicious-exotic-dessert-drinks-cocktail-dreams-about-something-pleasant_273609-2196.jpg",
},
{
id: "3",
name: "Sarah P.",
handle: "@sarah_local",
testimonial: "The restaurant service is always spot on.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-enjoying-meal-dining-table-home_637285-12647.jpg",
},
{
id: "4",
name: "Julian T.",
handle: "@julian_eats",
testimonial: "Butchery advice changed how I cook roast.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg",
},
{
id: "5",
name: "Chloe V.",
handle: "@chloe_dines",
testimonial: "Bakery morning runs are my highlight of the week.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-terrace_23-2149002445.jpg",
},
{ id: "1", name: "Elena M.", handle: "@elena_eats", testimonial: "Everything is fresh and local. The staff is so helpful.", imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-woman-plaid-shirt-cap-holding-plate-sponge-looking-camera-happy-excited-standing-green-background_141793-111063.jpg" },
{ id: "2", name: "Mark D.", handle: "@mark_cooks", testimonial: "Quality that you can taste. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cute-female-with-dark-skin-afro-hairstyle-looks-away-with-cheerful-expression-keeps-hands-chin-eats-delicious-exotic-dessert-drinks-cocktail-dreams-about-something-pleasant_273609-2196.jpg" },
{ id: "3", name: "Sarah P.", handle: "@sarah_local", testimonial: "The restaurant service is always spot on.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-enjoying-meal-dining-table-home_637285-12647.jpg" },
{ id: "4", name: "Julian T.", handle: "@julian_eats", testimonial: "Butchery advice changed how I cook roast.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg" },
{ id: "5", name: "Chloe V.", handle: "@chloe_dines", testimonial: "Bakery morning runs are my highlight of the week.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-terrace_23-2149002445.jpg" }
]}
title="What Our Community Says"
description="Honest reviews from our valued local food lovers."
@@ -341,21 +142,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Where do you source your meat?",
content: "We work with local small-batch farms exclusively.",
},
{
id: "2",
title: "Do you offer catering?",
content: "Yes, for both bakery and restaurant services.",
},
{
id: "3",
title: "Is your bakery open Sundays?",
content: "Yes, we are open seven days a week.",
},
{ id: "1", title: "Where do you source your meat?", content: "We work with local small-batch farms exclusively." },
{ id: "2", title: "Do you offer catering?", content: "Yes, for both bakery and restaurant services." },
{ id: "3", title: "Is your bakery open Sundays?", content: "Yes, we are open seven days a week." }
]}
imageSrc="http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-451.jpg"
mediaAnimation="slide-up"
@@ -369,15 +158,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Local Business Assoc",
"Organic Farm Guild",
"Culinary Excellence",
"Sustainable Producers",
"Top Local Shop",
"Craftsmanship Council",
"Food Quality Trust",
]}
names={["Local Business Assoc", "Organic Farm Guild", "Culinary Excellence", "Sustainable Producers", "Top Local Shop", "Craftsmanship Council", "Food Quality Trust"]}
title="Quality Verified"
description="Proudly supporting local standards and quality craftsmanship."
/>
@@ -389,24 +170,10 @@ export default function LandingPage() {
title="Visit or Order"
description="Stop by our shop or get in touch for special orders."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{
name: "message",
placeholder: "Special order or general enquiry?",
rows: 4,
}}
textarea={{ name: "message", placeholder: "Special order or general enquiry?", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/man-holding-we-are-open-sign_23-2148604356.jpg"
mediaPosition="left"
/>
@@ -417,39 +184,15 @@ export default function LandingPage() {
logoText="The Provisions Hub"
columns={[
{
title: "Divisions",
items: [
{
label: "Bakery",
href: "#bakery",
},
{
label: "Butchery",
href: "#butchery",
},
{
label: "Restaurant",
href: "#restaurant",
},
],
title: "Divisions", items: [{ label: "Bakery", href: "#bakery" }, { label: "Butchery", href: "#butchery" }, { label: "Restaurant", href: "#restaurant" }]
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}