diff --git a/src/app/page.tsx b/src/app/page.tsx index c5872e7..d4e1c65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -59,70 +51,38 @@ export default function LandingPage() { description="Artisanal breads, flaky pastries, and comforting coffee in the heart of our community." testimonials={[ { - name: "Alice M.", - handle: "@alicem", - testimonial: "The best sourdough I've ever had!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-traveling-woman-france-eating-croissans-with-coffee-sits-by-table-pink_273443-1955.jpg", - }, + name: "Alice M.", handle: "@alicem", testimonial: "The best sourdough I've ever had!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-traveling-woman-france-eating-croissans-with-coffee-sits-by-table-pink_273443-1955.jpg"}, { - name: "John D.", - handle: "@johnd", - testimonial: "My morning coffee ritual is complete.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-student-enjoying-wireless-connection_1262-19009.jpg", - }, + name: "John D.", handle: "@johnd", testimonial: "My morning coffee ritual is complete.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/positive-student-enjoying-wireless-connection_1262-19009.jpg"}, { - name: "Maria S.", - handle: "@marias", - testimonial: "Absolutely love the warm atmosphere.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg", - }, + name: "Maria S.", handle: "@marias", testimonial: "Absolutely love the warm atmosphere.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg"}, { - name: "Chris B.", - handle: "@chrisb", - testimonial: "Great pastries, even better staff.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg", - }, + name: "Chris B.", handle: "@chrisb", testimonial: "Great pastries, even better staff.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg"}, { - name: "Linda P.", - handle: "@lindap", - testimonial: "Wonderful family-friendly spot.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/family-having-breakfast-together-home_58466-11682.jpg", - }, + name: "Linda P.", handle: "@lindap", testimonial: "Wonderful family-friendly spot.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/family-having-breakfast-together-home_58466-11682.jpg"}, ]} buttons={[ { - text: "Visit Us", - href: "#contact", - }, + text: "Visit Us", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/homemade-sourdough-bread-food-photography-recipe-idea_53876-20818.jpg" imageAlt="Artisan bakery atmosphere" avatars={[ { - src: "http://img.b2bpic.net/free-photo/dreamy-cute-lady-red-beret-holding-big-tasty-croissants-hands_273443-1926.jpg", - alt: "happy customer in cafe", - }, + src: "http://img.b2bpic.net/free-photo/dreamy-cute-lady-red-beret-holding-big-tasty-croissants-hands_273443-1926.jpg", alt: "happy customer in cafe"}, { - src: "http://img.b2bpic.net/free-photo/close-up-man-smiling-cafe_23-2150771121.jpg", - alt: "happy coffee drinker", - }, + src: "http://img.b2bpic.net/free-photo/close-up-man-smiling-cafe_23-2150771121.jpg", alt: "happy coffee drinker"}, { - src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg", - alt: "bakery visitor", - }, + src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg", alt: "bakery visitor"}, { - src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-3019.jpg", - alt: "happy customer browsing", - }, + src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-3019.jpg", alt: "happy customer browsing"}, { - src: "http://img.b2bpic.net/free-photo/women-drinking-coffee_23-2148006741.jpg", - alt: "happy local regular", - }, + src: "http://img.b2bpic.net/free-photo/women-drinking-coffee_23-2148006741.jpg", alt: "happy local regular"}, ]} /> @@ -135,17 +95,11 @@ export default function LandingPage() { description="At M Kins, we believe in the magic of simple, high-quality ingredients transformed by tradition and care." bulletPoints={[ { - title: "Traditional Methods", - description: "Time-honored recipes for authentic flavor.", - }, + title: "Traditional Methods", description: "Time-honored recipes for authentic flavor."}, { - title: "Fresh Daily", - description: "Everything baked fresh, every single morning.", - }, + title: "Fresh Daily", description: "Everything baked fresh, every single morning."}, { - title: "Local Ingredients", - description: "Supporting local farmers whenever possible.", - }, + title: "Local Ingredients", description: "Supporting local farmers whenever possible."}, ]} imageSrc="http://img.b2bpic.net/free-photo/happy-asian-woman-cooking-homemade-bakery-home-start-up-sme-small-business-concept_640221-601.jpg" /> @@ -153,46 +107,23 @@ export default function LandingPage() {
@@ -355,8 +219,7 @@ export default function LandingPage() {