diff --git a/src/app/page.tsx b/src/app/page.tsx index c1701a3..8224553 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,17 +52,21 @@ export default function LandingPage() { testimonials={[ { name: "Elena K.", handle: "Regular Customer", testimonial: "Amazing place... everything is handmade... such an empowering example!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg?_wi=1", imageAlt: "happy woman smiling professional portrait headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg", imageAlt: "happy woman smiling professional portrait headshot" + }, { name: "Sofia M.", handle: "Event Planner", testimonial: "The cheesecake is legendary. Their hospitality makes every visit special.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=1", imageAlt: "happy man smiling professional portrait headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg", imageAlt: "happy man smiling professional portrait headshot" + }, { name: "Ariana D.", handle: "Food Blogger", testimonial: "Charming escape in the heart of Ferizaj. Incredible taste, incredible team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg?_wi=1", imageAlt: "happy woman smiling warm professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", imageAlt: "happy woman smiling warm professional portrait" + }, ]} testimonialRotationInterval={5000} buttons={[{ text: "View Today's Collection", href: "#products" }]} buttonAnimation="slide-up" + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> @@ -91,11 +95,14 @@ export default function LandingPage() { mediaPosition="left" accordionItems={[ { - id: "1", title: "Handmade with Fresh, Local Ingredients", content: "No shortcuts, just love. Every pastry is crafted daily using the finest locally sourced ingredients. We believe in supporting our community and delivering exceptional quality in every bite."}, + id: "1", title: "Handmade with Fresh, Local Ingredients", content: "No shortcuts, just love. Every pastry is crafted daily using the finest locally sourced ingredients. We believe in supporting our community and delivering exceptional quality in every bite." + }, { - id: "2", title: "Proudly Women-Owned and Operated", content: "We don't just bake; we build community. Our women-led team brings passion, expertise, and an empowering story to every creation. We're redefining what luxury patisserie means in Ferizaj."}, + id: "2", title: "Proudly Women-Owned and Operated", content: "We don't just bake; we build community. Our women-led team brings passion, expertise, and an empowering story to every creation. We're redefining what luxury patisserie means in Ferizaj." + }, { - id: "3", title: "A Charming Escape with Incredible Hospitality", content: "Our adorable decor and warm atmosphere create the perfect sanctuary. Every visit feels personal—from the moment you step in until you leave with a smile and a box of our finest creations."}, + id: "3", title: "A Charming Escape with Incredible Hospitality", content: "Our adorable decor and warm atmosphere create the perfect sanctuary. Every visit feels personal—from the moment you step in until you leave with a smile and a box of our finest creations." + }, ]} buttons={[{ text: "Reserve a Table", href: "#contact" }]} useInvertedBackground={false} @@ -110,11 +117,14 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "The Legendary Cheesecake", price: "16 EUR", variant: "Per Slice • Available Daily", imageSrc: "http://img.b2bpic.net/free-photo/delicious-berries-cake_23-2147984219.jpg", imageAlt: "Our signature luxury cheesecake"}, + id: "1", name: "The Legendary Cheesecake", price: "16 EUR", variant: "Per Slice • Available Daily", imageSrc: "http://img.b2bpic.net/free-photo/delicious-berries-cake_23-2147984219.jpg", imageAlt: "Our signature luxury cheesecake" + }, { - id: "2", name: "Premium Baklava Selection", price: "8 EUR", variant: "Honey-Drizzled • Traditional Recipe", imageSrc: "http://img.b2bpic.net/free-photo/snack-board-with-egg-tomatoes-pastries_114579-12264.jpg", imageAlt: "Assorted premium pastries"}, + id: "2", name: "Premium Baklava Selection", price: "8 EUR", variant: "Honey-Drizzled • Traditional Recipe", imageSrc: "http://img.b2bpic.net/free-photo/snack-board-with-egg-tomatoes-pastries_114579-12264.jpg", imageAlt: "Assorted premium pastries" + }, { - id: "3", name: "French Macarons Collection", price: "12 EUR", variant: "6 Pieces • 5 Signature Flavors", imageSrc: "http://img.b2bpic.net/free-photo/front-view-stacked-macarons_23-2147985126.jpg", imageAlt: "Colorful French macarons collection"}, + id: "3", name: "French Macarons Collection", price: "12 EUR", variant: "6 Pieces • 5 Signature Flavors", imageSrc: "http://img.b2bpic.net/free-photo/front-view-stacked-macarons_23-2147985126.jpg", imageAlt: "Colorful French macarons collection" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -128,17 +138,23 @@ export default function LandingPage() {