Merge version_1 into main #1
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bread-table_171337-16139.jpg"
|
||||
imageAlt="Freshly baked bread and pastries arranged on a rustic wooden table"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[{type: 'text', text: 'Artisanal Bread'}, {type: 'text', text: 'Fresh Pastries'}, {type: 'text', text: 'Traditional Recipes'}]}
|
||||
marqueeItems={[{ type: 'text', text: 'Artisanal Bread' }, { type: 'text', text: 'Fresh Pastries' }, { type: 'text', text: 'Traditional Recipes' }]}
|
||||
showMarqueeCard={true}
|
||||
ariaLabel="Hero section showcasing fresh baked goods"
|
||||
/>
|
||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
title="Crafted with Love, Baked with Care"
|
||||
buttons={[{text: 'Explore Our Products', href: '#products-section', props: {variant: 'primary'}}, {text: 'Visit Our Bakery', href: '#contact-section', props: {variant: 'secondary'}}]}
|
||||
buttons={[{text: 'Explore Our Products', href: '#products-section'}, {text: 'Visit Our Bakery', href: '#contact-section'}]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -99,9 +99,9 @@ export default function LandingPage() {
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{id: 'testimonial-1', name: 'Sarah Johnson', date: 'May 15, 2023', title: 'The Best Croissants in Town', quote: 'Every morning, I start my day with a flaky croissant from this bakery. The buttery texture and perfect golden crust make it worth every penny!', tag: 'Fresh & Delicious', avatarSrc: 'http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg', avatarAlt: 'Sarah Johnson'},
|
||||
{id: 'testimonial-2', name: 'Michael Torres', date: 'June 22, 2023', title: 'Artisan Bread That Warms the Soul', quote: 'Their sourdough bread is incredible. The flavor is complex and the texture is just right. It\'s become a staple in my weekly grocery run.', tag: 'Traditional Taste', avatarSrc: 'http://img.b2bpic.net/free-photo/portrait-family-having-fun-kitchen_329181-5378.jpg', avatarAlt: 'Michael Torres'},
|
||||
{id: 'testimonial-3', name: 'Emma Richardson', date: 'July 8, 2023', title: 'A True Community Gem', quote: 'This place feels like home. The staff remembers your name and your usual order. The pastries are always fresh and made with love.', tag: 'Community Focused', avatarSrc: 'http://img.b2bpic.net/free-photo/portrait-waiter-standing-counter_1170-558.jpg', avatarAlt: 'Emma Richardson'}
|
||||
{id: 'testimonial-1', name: 'Sarah Johnson', date: 'May 15, 2023', title: 'The Best Croissants in Town', quote: "Every morning, I start my day with a flaky croissant from this bakery. The buttery texture and perfect golden crust make it worth every penny!", tag: 'Fresh & Delicious', avatarSrc: 'http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg', avatarAlt: 'Sarah Johnson'},
|
||||
{id: 'testimonial-2', name: 'Michael Torres', date: 'June 22, 2023', title: 'Artisan Bread That Warms the Soul', quote: "Their sourdough bread is incredible. The flavor is complex and the texture is just right. It's become a staple in my weekly grocery run.", tag: 'Traditional Taste', avatarSrc: 'http://img.b2bpic.net/free-photo/portrait-family-having-fun-kitchen_329181-5378.jpg', avatarAlt: 'Michael Torres'},
|
||||
{id: 'testimonial-3', name: 'Emma Richardson', date: 'July 8, 2023', title: 'A True Community Gem', quote: "This place feels like home. The staff remembers your name and your usual order. The pastries are always fresh and made with love.", tag: 'Community Focused', avatarSrc: 'http://img.b2bpic.net/free-photo/portrait-waiter-standing-counter_1170-558.jpg', avatarAlt: 'Emma Richardson'}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,10 +118,6 @@ export default function LandingPage() {
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
ariaLabel="Contact section"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-amber-900"
|
||||
descriptionClassName="text-lg text-amber-800 mt-2"
|
||||
buttonClassName="bg-amber-700 hover:bg-amber-800 text-white font-semibold py-3 px-6 rounded-lg transition duration-300 ease-in-out transform hover:scale-105"
|
||||
buttonTextClassName="font-medium"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer-section" data-section="footer-section">
|
||||
|
||||
Reference in New Issue
Block a user