From 1f0ea0fee6e483cd5454dec3d4f0bfa555848d32 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 23:11:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 +++++++++++------------------------------------ 1 file changed, 53 insertions(+), 175 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e761cf..bd56be7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,29 +33,17 @@ export default function LandingPage() { {}", - onProductClick: "() => {}", - onQuantityChange: "(quantity) => {}", + id: "brioche-compose", name: "Brioche Composé", price: "650 DA", imageSrc: "http://img.b2bpic.net/free-photo/thin-sliced-black-bread-white-towel-with-garlic-tomato_114579-2643.jpg", imageAlt: "Gourmet brioche sandwich with fresh fillings", onFavorite: () => {}, + onProductClick: () => {}, + onQuantityChange: (quantity) => {}, isFavorited: false, initialQuantity: 1, priceButtonProps: { - text: "Add to Cart", - }, + text: "Add to Cart"}, }, { - id: "sandwich-brioche", - name: "Sandwich Brioche", - price: "1100 DA", - imageSrc: "http://img.b2bpic.net/free-photo/picnic-basket-with-chicken-baguette-sandwich_1147-502.jpg", - imageAlt: "Classic club sandwich on brioche bread", - onFavorite: "() => {}", - onProductClick: "() => {}", - onQuantityChange: "(quantity) => {}", + id: "sandwich-brioche", name: "Sandwich Brioche", price: "1100 DA", imageSrc: "http://img.b2bpic.net/free-photo/picnic-basket-with-chicken-baguette-sandwich_1147-502.jpg", imageAlt: "Classic club sandwich on brioche bread", onFavorite: () => {}, + onProductClick: () => {}, + onQuantityChange: (quantity) => {}, isFavorited: false, initialQuantity: 1, priceButtonProps: { - text: "Add to Cart", - }, + text: "Add to Cart"}, }, { - id: "brioche-beurre", - name: "Brioche au Beurre", - price: "1000 DA", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-pie-cinnamon-sticks_23-2148325687.jpg", - imageAlt: "Golden brioche loaf with butter", - onFavorite: "() => {}", - onProductClick: "() => {}", - onQuantityChange: "(quantity) => {}", + id: "brioche-beurre", name: "Brioche au Beurre", price: "1000 DA", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-pie-cinnamon-sticks_23-2148325687.jpg", imageAlt: "Golden brioche loaf with butter", onFavorite: () => {}, + onProductClick: () => {}, + onQuantityChange: (quantity) => {}, isFavorited: false, initialQuantity: 1, priceButtonProps: { - text: "Add to Cart", - }, + text: "Add to Cart"}, }, { - id: "brioche-perdue-vanille", - name: "Brioche Perdue Vanille", - price: "1700 DA", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pastry-with-filling-along-with-blackthorns-light-table-sweet-sugar-cake-bake-pastry-fruit_140725-24497.jpg", - imageAlt: "Sweet brioche french toast with vanilla", - onFavorite: "() => {}", - onProductClick: "() => {}", - onQuantityChange: "(quantity) => {}", + id: "brioche-perdue-vanille", name: "Brioche Perdue Vanille", price: "1700 DA", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pastry-with-filling-along-with-blackthorns-light-table-sweet-sugar-cake-bake-pastry-fruit_140725-24497.jpg", imageAlt: "Sweet brioche french toast with vanilla", onFavorite: () => {}, + onProductClick: () => {}, + onQuantityChange: (quantity) => {}, isFavorited: false, initialQuantity: 1, priceButtonProps: { - text: "Add to Cart", - }, + text: "Add to Cart"}, }, { - id: "la-benedictine", - name: "La Benedictine", - price: "2000 DA", - imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2915.jpg", - imageAlt: "Elegant Eggs Benedict on brioche toast", - onFavorite: "() => {}", - onProductClick: "() => {}", - onQuantityChange: "(quantity) => {}", + id: "la-benedictine", name: "La Benedictine", price: "2000 DA", imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2915.jpg", imageAlt: "Elegant Eggs Benedict on brioche toast", onFavorite: () => {}, + onProductClick: () => {}, + onQuantityChange: (quantity) => {}, isFavorited: false, initialQuantity: 1, priceButtonProps: { - text: "Add to Cart", - }, + text: "Add to Cart"}, }, { - id: "orange-juice", - name: "Jus d'Orange", - price: "500 DA", - imageSrc: "http://img.b2bpic.net/free-photo/glass-lemonade-creamy-cupcakes-table_114579-24868.jpg", - imageAlt: "Freshly squeezed orange juice", - onFavorite: "() => {}", - onProductClick: "() => {}", - onQuantityChange: "(quantity) => {}", + id: "orange-juice", name: "Jus d'Orange", price: "500 DA", imageSrc: "http://img.b2bpic.net/free-photo/glass-lemonade-creamy-cupcakes-table_114579-24868.jpg", imageAlt: "Freshly squeezed orange juice", onFavorite: () => {}, + onProductClick: () => {}, + onQuantityChange: (quantity) => {}, isFavorited: false, initialQuantity: 1, priceButtonProps: { - text: "Add to Cart", - }, + text: "Add to Cart"}, }, ]} title="Our Signature Menu" @@ -223,17 +165,11 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Mass-produced taste", - "Artificial ingredients", - "Limited selection", - ], + "Mass-produced taste", "Artificial ingredients", "Limited selection"], }} positiveCard={{ items: [ - "Authentic artisanal flavor", - "All-natural premium ingredients", - "Wide variety of brioche creations", - ], + "Authentic artisanal flavor", "All-natural premium ingredients", "Wide variety of brioche creations"], }} title="Why Brioch'art is Your Best Choice" description="We are dedicated to delivering an unparalleled brioche experience, focusing on quality, innovation, and customer delight." @@ -246,27 +182,16 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} carouselMode="buttons" + animationType="slide-up" metrics={[ { - id: "m1", - value: "10+", - title: "Years of Tradition", - description: "Perfecting the art of brioche baking since day one.", - icon: Award, + id: "m1", value: "10+", title: "Years of Tradition", description: "Perfecting the art of brioche baking since day one.", icon: Award, }, { - id: "m2", - value: "5000+", - title: "Happy Customers", - description: "Our community of brioche lovers continues to grow.", - icon: Users, + id: "m2", value: "5000+", title: "Happy Customers", description: "Our community of brioche lovers continues to grow.", icon: Users, }, { - id: "m3", - value: "200+", - title: "Brioches Daily", - description: "Freshly baked every morning, just for you.", - icon: Croissant, + id: "m3", value: "200+", title: "Brioches Daily", description: "Freshly baked every morning, just for you.", icon: Croissant, }, ]} title="Our Journey in Numbers" @@ -283,49 +208,19 @@ export default function LandingPage() { uniformGridCustomHeightClasses="min-h-none" testimonials={[ { - id: "t1", - name: "Sarah L.", - role: "Food Enthusiast", - testimonial: "Brioch'art brioches are simply divine! The texture is incredibly soft, and the flavor is rich and authentic. A true taste of heaven.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg", - imageAlt: "Photo of Sarah L.", - icon: Quote, + id: "t1", name: "Sarah L.", role: "Food Enthusiast", testimonial: "Brioch'art brioches are simply divine! The texture is incredibly soft, and the flavor is rich and authentic. A true taste of heaven.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg", imageAlt: "Photo of Sarah L.", icon: Quote, }, { - id: "t2", - name: "Omar K.", - role: "Cafe Owner", - testimonial: "We regularly order from Brioch'art for our cafe, and our customers can't get enough. Consistent quality and exceptional taste every time.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-young-bearded-man-trendy-hat-having-cappuccino-with-cookie-while-relaxing-cafe-alone_273609-1762.jpg", - imageAlt: "Photo of Omar K.", - icon: Quote, + id: "t2", name: "Omar K.", role: "Cafe Owner", testimonial: "We regularly order from Brioch'art for our cafe, and our customers can't get enough. Consistent quality and exceptional taste every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-young-bearded-man-trendy-hat-having-cappuccino-with-cookie-while-relaxing-cafe-alone_273609-1762.jpg", imageAlt: "Photo of Omar K.", icon: Quote, }, { - id: "t3", - name: "Amira D.", - role: "Pastry Chef", - testimonial: "As a chef myself, I appreciate the craftsmanship. Brioch'art stands out with its dedication to traditional methods and premium ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-european-woman-with-blonde-hair-enjoying-donuts-kitchen-home-villa_343596-308.jpg", - imageAlt: "Photo of Amira D.", - icon: Quote, + id: "t3", name: "Amira D.", role: "Pastry Chef", testimonial: "As a chef myself, I appreciate the craftsmanship. Brioch'art stands out with its dedication to traditional methods and premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-european-woman-with-blonde-hair-enjoying-donuts-kitchen-home-villa_343596-308.jpg", imageAlt: "Photo of Amira D.", icon: Quote, }, { - id: "t4", - name: "Yacine R.", - role: "Local Resident", - testimonial: "My go-to place for breakfast. The brioche perdu is a must-try! Always fresh, always delicious, and the staff are wonderful.", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1440.jpg", - imageAlt: "Photo of Yacine R.", - icon: Quote, + id: "t4", name: "Yacine R.", role: "Local Resident", testimonial: "My go-to place for breakfast. The brioche perdu is a must-try! Always fresh, always delicious, and the staff are wonderful.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1440.jpg", imageAlt: "Photo of Yacine R.", icon: Quote, }, { - id: "t5", - name: "Nadia B.", - role: "Happy Customer", - testimonial: "Every bite is a delight! Brioch'art has mastered the art of brioche. Their savory sandwiches are perfect for lunch too.", - imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-dating-luxury-restaurant_613910-4373.jpg", - imageAlt: "Photo of Nadia B.", - icon: Quote, + id: "t5", name: "Nadia B.", role: "Happy Customer", testimonial: "Every bite is a delight! Brioch'art has mastered the art of brioche. Their savory sandwiches are perfect for lunch too.", imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-dating-luxury-restaurant_613910-4373.jpg", imageAlt: "Photo of Nadia B.", icon: Quote, }, ]} title="What Our Customers Say" @@ -339,25 +234,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "What makes Brioch'art brioche special?", - content: "Our brioches are handcrafted using traditional French techniques and premium, all-natural ingredients, ensuring a rich flavor and incredibly soft texture.", - }, + id: "faq1", title: "What makes Brioch'art brioche special?", content: "Our brioches are handcrafted using traditional French techniques and premium, all-natural ingredients, ensuring a rich flavor and incredibly soft texture."}, { - id: "faq2", - title: "Do you offer catering services?", - content: "Yes, we offer catering for events of all sizes. Please contact us directly for custom orders and pricing details.", - }, + id: "faq2", title: "Do you offer catering services?", content: "Yes, we offer catering for events of all sizes. Please contact us directly for custom orders and pricing details."}, { - id: "faq3", - title: "Can I place an order for pick-up?", - content: "Absolutely! You can place your order online or by phone for convenient in-store pick-up during our business hours.", - }, + id: "faq3", title: "Can I place an order for pick-up?", content: "Absolutely! You can place your order online or by phone for convenient in-store pick-up during our business hours."}, { - id: "faq4", - title: "Are there any gluten-free options?", - content: "While traditional brioche contains gluten, we are constantly exploring new recipes. Please check with our staff for current offerings and allergen information.", - }, + id: "faq4", title: "Are there any gluten-free options?", content: "While traditional brioche contains gluten, we are constantly exploring new recipes. Please check with our staff for current offerings and allergen information."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our products, ingredients, and services." @@ -370,8 +253,7 @@ export default function LandingPage() {