diff --git a/src/app/page.tsx b/src/app/page.tsx index 9802644..409f569 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,11 @@ export default function LandingPage() {
@@ -126,16 +93,9 @@ export default function LandingPage() { useInvertedBackground={false} animationType="blur-reveal" testimonials={[ - { - id: "1", name: "Fabio Ago", role: "Foodie", testimonial: "Characteristic spot that catches your curiosity. Delicious breakfast!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg?_wi=1"}, - { - id: "2", name: "Licia Lucarini", role: "Local Guide", testimonial: "Small and cozy. Very helpful with allergy recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg"}, - { - id: "3", name: "Ruben Di Fiore", role: "Local Guide", testimonial: "Wide selection of healthy products, poke bowls, and fresh individual desserts. Top!", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"}, - { - id: "4", name: "emmegi erre", role: "Local Guide", testimonial: "Small but characteristic place, had a very good breakfast.", imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-tablet_23-2147689342.jpg"}, - { - id: "5", name: "Sara Bianchi", role: "Regular", testimonial: "The best place to start the morning, truly a luxury experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg?_wi=2"}, + { id: "1", name: "Fabio Ago", role: "Foodie", testimonial: "Characteristic spot that catches your curiosity. Delicious breakfast!" }, + { id: "2", name: "Licia Lucarini", role: "Local Guide", testimonial: "Small and cozy. Very helpful with allergy recommendations." }, + { id: "3", name: "Ruben Di Fiore", role: "Local Guide", testimonial: "Wide selection of healthy products and fresh individual desserts. Top!" }, ]} title="Words from Our Guests" description="Loved for our intimacy, service, and delicious breakfast options." @@ -148,17 +108,10 @@ export default function LandingPage() { title="Join Us for Breakfast" description="Have a large group or a special request? Send us a message and we'll be ready for you." inputs={[ - { - name: "name", type: "text", placeholder: "Your Name", required: true, - }, - { - name: "email", type: "email", placeholder: "Email Address", required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true }, ]} - textarea={{ - name: "message", placeholder: "How can we help?", rows: 4, - required: true, - }} + textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-holding-welcome-sign_23-2148639792.jpg" imageAlt="Bakery storefront entrance" mediaPosition="right" @@ -170,26 +123,22 @@ export default function LandingPage() {