diff --git a/src/app/page.tsx b/src/app/page.tsx index 167062f..03549a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,55 +32,34 @@ export default function LandingPage() {
@@ -92,30 +71,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Traditional Recipes", description: "Authentic flavors using heritage spice mixes.", icon: FileText, - mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-bowl-wooden-table-traditional-thai-food-recipe_123827-35852.jpg", imageAlt: "Traditional spice blend" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sweet-mung-bean-porridge-with-coconut-milk-recipe-tao-suan_1150-23511.jpg", imageAlt: "Authentic recipe prep" }, - ] - }, - { - title: "Fresh Ingredients", description: "Local and imported fresh produce.", icon: Leaf, - mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/coconut-ball-with-mango-cutting_1203-1179.jpg", imageAlt: "Fresh Thai herbs" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chicken-salads-with-bell-peppers-sour-cream-side-view_140725-11224.jpg", imageAlt: "Imported produce" }, - ] - }, - { - title: "Cozy Ambience", description: "A perfect setting for family and friends.", icon: Coffee, - mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/thai-red-curry-paste-spices_1150-25561.jpg", imageAlt: "Elegant dining space" }, - { imageSrc: "http://img.b2bpic.net/free-photo/red-curry-meatballs-with-chili-scallions-bowl_1150-27063.jpg", imageAlt: "Warm inviting atmosphere" }, - ] - }, + { title: "Produits Locaux", description: "Soutenons nos producteurs locaux de l'Yonne.", icon: Leaf, mediaItems: [{ imageSrc: "", imageAlt: "" }, { imageSrc: "", imageAlt: "" }] }, + { title: "Service Rapide", description: "Un passage rapide pour vos besoins urgents.", icon: Flame, mediaItems: [{ imageSrc: "", imageAlt: "" }, { imageSrc: "", imageAlt: "" }] }, + { title: "Qualité Premium", description: "Sélection rigoureuse pour votre quotidien.", icon: Award, mediaItems: [{ imageSrc: "", imageAlt: "" }, { imageSrc: "", imageAlt: "" }] }, ]} - title="Why Choose Us" - description="We bring the best of Thailand directly to your table in Auxerre." + title="Services Plus" + description="Bien plus qu'une supérette, un partenaire de votre quotidien." />
@@ -126,15 +87,13 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", brand: "Signature", name: "Pad Thai", price: "14€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-with-shrimp-vegetables-black-slate-background_123827-29552.jpg" }, - { id: "p2", brand: "Classic", name: "Green Curry", price: "16€", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-chicken-feet-thai-spicy-salad_1150-22950.jpg" }, - { id: "p3", brand: "Appetizer", name: "Spring Rolls", price: "8€", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/thai-spring-rolls-with-spicy-sauce_1150-18507.jpg" }, - { id: "p4", brand: "Signature", name: "Tom Yum", price: "12€", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bowl-delicious-tom-yum-soup-white-table_181624-53466.jpg" }, - { id: "p5", brand: "Classic", name: "Massaman", price: "17€", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/thai-food-green-coconut-curry-pork-with-eggplants_1150-27764.jpg" }, - { id: "p6", brand: "Dessert", name: "Mango Rice", price: "9€", rating: 5, reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/sticky-rice-with-mango_1203-2698.jpg" }, + { id: "1", brand: "Primeur", name: "Légumes de saison", price: "Varié", rating: 5, reviewCount: "", imageSrc: "" }, + { id: "2", brand: "Boulangerie", name: "Pain Frais", price: "1.20€", rating: 5, reviewCount: "", imageSrc: "" }, + { id: "3", brand: "Crèmerie", name: "Produits Laitiers", price: "Dès 2€", rating: 4, reviewCount: "", imageSrc: "" }, + { id: "4", brand: "Boissons", name: "Sélection Fraîche", price: "Dès 1.50€", rating: 5, reviewCount: "", imageSrc: "" }, ]} - title="Our Specialties" - description="Explore our curated selection of classic Thai delicacies." + title="Nos Rayons" + description="Découvrez nos produits frais arrivés chaque matin." /> @@ -143,20 +102,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - plans={[ - { - id: "lunch", title: "Lunch Express", price: "15€", period: "/ person", features: ["Starter", "Main Dish", "Coffee"], - button: { text: "Book This Menu" }, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-top-view-table-with-smoothie-bowls-plate-topped-with-kiwi-granola-garnet-chia-avocado_273443-2739.jpg" - }, - { - id: "diner", title: "Royal Thai Dinner", price: "35€", period: "/ person", features: ["Assorted Starters", "Chef Main Course", "Signature Dessert"], - button: { text: "Book This Menu" }, - imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-spices-that-are-placed-brown-wood-cutting-board-have-dark-brown-wood_1150-17184.jpg" - }, - ]} - title="Set Menus" - description="Perfectly balanced meals for every appetite." + plans={[]} + title="Offres du Moment" + description="Profitez de nos promotions hebdomadaires." /> @@ -167,12 +115,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { id: "m1", value: "500kg", description: "Fresh Lemongrass Used" }, - { id: "m2", value: "1.2K", description: "Orders Prepared" }, - { id: "m3", value: "15", description: "Local Sourcing Partners" }, + { id: "1", value: "365", description: "Jours ouverts / an" }, + { id: "2", value: "500+", description: "Références produits" }, + { id: "3", value: "8h-20h", description: "Horaires d'ouverture" }, ]} - title="Kitchen Milestones" - description="We take pride in our culinary journey." + title="Chiffres Clés" + description="À votre service depuis de nombreuses années à Auxerre." /> @@ -182,14 +130,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Julie M.", handle: "@auxerre_foodie", testimonial: "Authentic flavors, truly the best Thai in the city!", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552679.jpg" }, - { id: "t2", name: "Marc L.", handle: "@traveler", testimonial: "Brought back memories of my trip to Bangkok.", imageSrc: "http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7937.jpg" }, - { id: "t3", name: "Claire B.", handle: "@local_eats", testimonial: "Wonderful service and amazing Green Curry.", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg" }, - { id: "t4", name: "Sophie H.", handle: "@thai_lover", testimonial: "Great lunch specials, very affordable and fresh.", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552678.jpg" }, - { id: "t5", name: "Pierre D.", handle: "@diner", testimonial: "The King of Thai lives up to its name!", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552642.jpg" }, + { id: "1", name: "Client Fidèle", handle: "@local", testimonial: "Pratique et toujours accueillant !", imageSrc: "" }, ]} - title="Guest Reviews" - description="What our patrons say about their experience." + title="Avis Clients" + description="Ce que disent nos voisins." /> @@ -197,26 +141,23 @@ export default function LandingPage() { ); -} \ No newline at end of file +}