From 39c3a256c3ecf14b72df4b1fe9c675cba5204ca4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:57:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 86 ++++++++++++++++++++++++++++++------------------ 1 file changed, 54 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cceff1..ad6bc37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, Heart, Award, Star, Gift, Crown, MessageCircle, Facebook, Instagram, Twitter, Phone } from 'lucide-react'; +import { Sparkles, Heart, Award, Star, Gift, Crown, MessageCircle, Facebook, Instagram, Twitter, Phone, Croissant } from 'lucide-react'; export default function ArtisanBakeryPage() { return ( @@ -53,11 +53,13 @@ export default function ArtisanBakeryPage() { mediaAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "Food Blogger", testimonial: "The best artisan bread in the city! Authentic flavors and quality craftsmanship.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg"}, + name: "Sarah Mitchell", handle: "Food Blogger", testimonial: "The best artisan bread in the city! Authentic flavors and quality craftsmanship.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg" + }, { - id: "2", name: "James Anderson", handle: "Wedding Planner", testimonial: "Our wedding cake was absolutely stunning and delicious. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg"}, + name: "James Anderson", handle: "Wedding Planner", testimonial: "Our wedding cake was absolutely stunning and delicious. Highly recommended!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg" + }, ]} buttons={[ { text: "Browse Products", href: "products" }, @@ -75,7 +77,7 @@ export default function ArtisanBakeryPage() { title="Crafted with Heart and Tradition Since 1998" description="Founded by master bakers Maria and Giuseppe" subdescription="Artisan Bakery - Family Owned & Operated" - icon={Heart} + icon={Croissant} imageSrc="http://img.b2bpic.net/free-photo/woman-holding-tray-with-dessert-medium-shot_23-2148972006.jpg" imageAlt="Master baker at work" mediaAnimation="slide-up" @@ -90,18 +92,18 @@ export default function ArtisanBakeryPage() { features={[ { id: 1, - title: "Premium Ingredients", description: "We use only the finest organic flour, butter, and natural ingredients. No artificial preservatives or additives in any of our products.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp?_wi=1" }, - phoneTwo: { imageSrc: "/placeholders/placeholder1.webp?_wi=2" }, + title: "Premium Ingredients", description: "We use only the finest organic flour, butter, and natural ingredients. No artificial preservatives or additives in any of our products.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp" }, + phoneTwo: { imageSrc: "/placeholders/placeholder1.webp" }, }, { id: 2, - title: "Traditional Methods", description: "Our recipes have been perfected over generations using time-honored baking techniques and authentic European methods.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp?_wi=3" }, - phoneTwo: { imageSrc: "/placeholders/placeholder1.webp?_wi=4" }, + title: "Traditional Methods", description: "Our recipes have been perfected over generations using time-honored baking techniques and authentic European methods.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp" }, + phoneTwo: { imageSrc: "/placeholders/placeholder1.webp" }, }, { id: 3, - title: "Daily Fresh Baking", description: "Everything is baked fresh every morning. Our ovens are fired up before dawn to ensure you get the freshest products.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp?_wi=5" }, - phoneTwo: { imageSrc: "/placeholders/placeholder1.webp?_wi=6" }, + title: "Daily Fresh Baking", description: "Everything is baked fresh every morning. Our ovens are fired up before dawn to ensure you get the freshest products.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp" }, + phoneTwo: { imageSrc: "/placeholders/placeholder1.webp" }, }, ]} showStepNumbers={true} @@ -121,13 +123,17 @@ export default function ArtisanBakeryPage() { tagIcon={Star} products={[ { - id: "1", name: "Artisan Sourdough Loaf", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bread-black-cloth_23-2148288112.jpg", imageAlt: "Artisan sourdough bread"}, + id: "1", name: "Artisan Sourdough Loaf", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bread-black-cloth_23-2148288112.jpg", imageAlt: "Artisan sourdough bread" + }, { - id: "2", name: "Butter Croissants (Box of 6)", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-croissants_23-2148628323.jpg", imageAlt: "Fresh butter croissants"}, + id: "2", name: "Butter Croissants (Box of 6)", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-croissants_23-2148628323.jpg", imageAlt: "Fresh butter croissants" + }, { - id: "3", name: "Assorted Artisan Donuts", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6470.jpg", imageAlt: "Colorful glazed donuts"}, + id: "3", name: "Assorted Artisan Donuts", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6470.jpg", imageAlt: "Colorful glazed donuts" + }, { - id: "4", name: "Custom Celebration Cake", price: "Starting at $35.00", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097840.jpg", imageAlt: "Elegant custom cake"}, + id: "4", name: "Custom Celebration Cake", price: "Starting at $35.00", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097840.jpg", imageAlt: "Elegant custom cake" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -146,17 +152,20 @@ export default function ArtisanBakeryPage() { { id: "1", badge: "Popular", badgeIcon: Sparkles, price: "$24.99", subtitle: "Perfect for Individuals", features: [ - "2 Croissants", "1 Sourdough Loaf", "4 Assorted Pastries", "Fresh Daily Delivery", "Complimentary Coffee Voucher"], + "2 Croissants", "1 Sourdough Loaf", "4 Assorted Pastries", "Fresh Daily Delivery", "Complimentary Coffee Voucher" + ], }, { id: "2", badge: "Best Value", badgeIcon: Crown, price: "$49.99", subtitle: "Ideal for Families", features: [ - "1 Sourdough Loaf", "6 Croissants", "12 Assorted Pastries", "2 Specialty Cakes", "Weekly Delivery", "Priority Ordering"], + "1 Sourdough Loaf", "6 Croissants", "12 Assorted Pastries", "2 Specialty Cakes", "Weekly Delivery", "Priority Ordering" + ], }, { id: "3", badge: "Premium", badgeIcon: Heart, price: "$99.99", subtitle: "For Special Occasions", features: [ - "Custom Celebration Cake", "2 Specialty Bread Loaves", "24 Assorted Pastries", "Premium Packaging", "Personalized Message Card", "Same-Day Delivery Available"], + "Custom Celebration Cake", "2 Specialty Bread Loaves", "24 Assorted Pastries", "Premium Packaging", "Personalized Message Card", "Same-Day Delivery Available" + ], }, ]} animationType="blur-reveal" @@ -174,16 +183,20 @@ export default function ArtisanBakeryPage() { testimonials={[ { id: "1", name: "Emma Rodriguez", role: "Regular Customer", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-business-woman-standing-with-coffee-cup_23-2148095744.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-business-woman-standing-with-coffee-cup_23-2148095744.jpg" + }, { id: "2", name: "Michael Chen", role: "Event Organizer", company: "Premium Events Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-handsome-man-showing-thumbs-up-looking-camera_141793-129831.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-handsome-man-showing-thumbs-up-looking-camera_141793-129831.jpg" + }, { id: "3", name: "Lisa Thompson", role: "Cafe Owner", company: "Downtown Cafe", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142708.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142708.jpg" + }, { id: "4", name: "David Park", role: "Restaurant Chef", company: "Fine Dining Bistro", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-hands-furious-gesture-blue-suit-looking-annoyed-front-view_176474-14898.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-hands-furious-gesture-blue-suit-looking-annoyed-front-view_176474-14898.jpg" + }, ]} kpiItems={[ { value: "500+", label: "Happy Customers" }, @@ -203,11 +216,14 @@ export default function ArtisanBakeryPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "1000+", description: "Loaves baked fresh daily using traditional methods and premium ingredients"}, + id: "1", value: "1000+", description: "Loaves baked fresh daily using traditional methods and premium ingredients" + }, { - id: "2", value: "98%", description: "Customer satisfaction rate with our quality and service excellence"}, + id: "2", value: "98%", description: "Customer satisfaction rate with our quality and service excellence" + }, { - id: "3", value: "50+", description: "Unique products available including custom orders and seasonal specials"}, + id: "3", value: "50+", description: "Unique products available including custom orders and seasonal specials" + }, ]} metricsAnimation="slide-up" useInvertedBackground={true} @@ -220,17 +236,23 @@ export default function ArtisanBakeryPage() { sideDescription="Everything you need to know about our products, ordering, and delivery" faqs={[ { - id: "1", title: "What are your operating hours?", content: "We're open Monday to Saturday from 6:00 AM to 7:00 PM, and Sunday from 8:00 AM to 5:00 PM. Our bakery is open early to ensure you get the freshest products!"}, + id: "1", title: "What are your operating hours?", content: "We're open Monday to Saturday from 6:00 AM to 7:00 PM, and Sunday from 8:00 AM to 5:00 PM. Our bakery is open early to ensure you get the freshest products!" + }, { - id: "2", title: "Do you offer gluten-free products?", content: "Yes! We offer a selection of gluten-free breads and pastries made in our dedicated gluten-free section. Please call ahead to ensure availability."}, + id: "2", title: "Do you offer gluten-free products?", content: "Yes! We offer a selection of gluten-free breads and pastries made in our dedicated gluten-free section. Please call ahead to ensure availability." + }, { - id: "3", title: "Can I place custom orders for events?", content: "Absolutely! We specialize in custom cakes and bulk orders for weddings, corporate events, and celebrations. Contact us at least 2 weeks in advance for best availability."}, + id: "3", title: "Can I place custom orders for events?", content: "Absolutely! We specialize in custom cakes and bulk orders for weddings, corporate events, and celebrations. Contact us at least 2 weeks in advance for best availability." + }, { - id: "4", title: "Do you deliver?", content: "Yes, we offer free delivery within 5 miles for orders over $30. Express same-day delivery is available for premium packages."}, + id: "4", title: "Do you deliver?", content: "Yes, we offer free delivery within 5 miles for orders over $30. Express same-day delivery is available for premium packages." + }, { - id: "5", title: "Are your products vegan-friendly?", content: "We offer several vegan options including dairy-free croissants and plant-based pastries. Ask our staff for recommendations."}, + id: "5", title: "Are your products vegan-friendly?", content: "We offer several vegan options including dairy-free croissants and plant-based pastries. Ask our staff for recommendations." + }, { - id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Apple Pay, Google Pay, and cash. Online orders can be placed through our website."}, + id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Apple Pay, Google Pay, and cash. Online orders can be placed through our website." + }, ]} textPosition="left" useInvertedBackground={false} -- 2.49.1