diff --git a/src/app/page.tsx b/src/app/page.tsx index 55687ef..86d2608 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,92 +30,38 @@ export default function LandingPage() {
@@ -127,18 +73,9 @@ export default function LandingPage() { title="A Legacy of French Artistry" description="Located in the heart of Nouakchott, Paul Boulangerie Pâtisserie is committed to the finest French culinary traditions. From our early morning buttery croissants to our evening gourmet restaurant service, we provide a sophisticated space for food lovers." bulletPoints={[ - { - title: "Artisanal Baking", - description: "Authentic French recipes using premium ingredients.", - }, - { - title: "Parisian Café Culture", - description: "Expertly brewed coffee and a relaxing ambiance.", - }, - { - title: "Gourmet Dining", - description: "Exquisite meals ranging from breakfast to dinner.", - }, + { title: "Artisanal Baking", description: "Authentic French recipes using premium ingredients." }, + { title: "Parisian Café Culture", description: "Expertly brewed coffee and a relaxing ambiance." }, + { title: "Gourmet Dining", description: "Exquisite meals ranging from breakfast to dinner." }, ]} imageSrc="http://img.b2bpic.net/free-photo/baked-baskets-with-berries-sweet-cream-honey_8353-7310.jpg" mediaAnimation="blur-reveal" @@ -152,42 +89,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Latte", - price: "450 MRU", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-cup_23-2148865587.jpg", - }, - { - id: "p2", - name: "Crêpe", - price: "800 MRU", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-wrap-toppped-with-sweet-chili_140725-3378.jpg", - }, - { - id: "p3", - name: "Chocolate Fudge Cake", - price: "1200 MRU", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fudge-cake_1339-7266.jpg", - }, - { - id: "p4", - name: "Citron Meringué", - price: "950 MRU", - imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-tart-with-whipped-cream_23-2148858466.jpg", - }, - { - id: "p5", - name: "Sandwich", - price: "1100 MRU", - imageSrc: "http://img.b2bpic.net/free-photo/selective-sandwich-with-shrimps_181624-60061.jpg", - }, - { - id: "p6", - name: "Steak Tartare", - price: "2500 MRU", - imageSrc: "http://img.b2bpic.net/free-photo/steak-tartar-dish-with-beef_23-2150550473.jpg", - }, + { id: "p1", name: "Latte", price: "450 MRU", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-cup_23-2148865587.jpg" }, + { id: "p2", name: "Crêpe", price: "800 MRU", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wrap-toppped-with-sweet-chili_140725-3378.jpg" }, + { id: "p3", name: "Chocolate Fudge Cake", price: "1200 MRU", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fudge-cake_1339-7266.jpg" }, + { id: "p4", name: "Citron Meringué", price: "950 MRU", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-tart-with-whipped-cream_23-2148858466.jpg" }, + { id: "p5", name: "Sandwich", price: "1100 MRU", imageSrc: "http://img.b2bpic.net/free-photo/selective-sandwich-with-shrimps_181624-60061.jpg" }, + { id: "p6", name: "Steak Tartare", price: "2500 MRU", imageSrc: "http://img.b2bpic.net/free-photo/steak-tartar-dish-with-beef_23-2150550473.jpg" }, ]} title="Our Signature Creations" description="Handcrafted delights that define the art of French pâtisserie and bistro cooking." @@ -197,23 +104,12 @@ export default function LandingPage() {
@@ -313,46 +155,20 @@ export default function LandingPage() { logoText="Paul Boulangerie" columns={[ { - title: "Locations", - items: [ - { - label: "Nouakchott, Mauritania", - href: "https://maps.app.goo.gl/xXccsaHyTgnAKsKW8", - }, + title: "Locations", items: [{ label: "Nouakchott, Mauritania", href: "https://maps.app.goo.gl/xXccsaHyTgnAKsKW8" }], + }, + { + title: "Information", items: [ + { label: "About Us", href: "#about" }, + { label: "Our Menu", href: "#products" }, + { label: "Gallery", href: "#" }, ], }, { - title: "Information", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Our Menu", - href: "#products", - }, - { - label: "Gallery", - href: "#", - }, - ], - }, - { - title: "Social", - items: [ - { - label: "WhatsApp", - href: "https://wa.me/22243057777", - }, - { - label: "Instagram", - href: "#", - }, - { - label: "Facebook", - href: "#", - }, + title: "Social", items: [ + { label: "WhatsApp", href: "https://wa.me/22243057777" }, + { label: "Instagram", href: "#" }, + { label: "Facebook", href: "#" }, ], }, ]}