From 589050da2245ba02f9cec576a0b91c156ec0a3f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 07:47:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 318 ++++++++++------------------------------------- 1 file changed, 66 insertions(+), 252 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90f79fd..bca7028 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -356,38 +227,11 @@ export default function LandingPage() { tag="Latest News" blogs={[ { - id: "blog1", - category: "Pasticceria", - title: "The Art of the Perfect Croissant", - excerpt: "Discover the secrets behind our flaky, buttery croissants, a true labor of love from our master bakers.", - imageSrc: "http://img.b2bpic.net/free-photo/confectioner-uniform-decorates-cake_1157-33237.jpg", - imageAlt: "Pastry chef decorating a cake", - authorName: "Chef Isabella", - authorAvatar: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg", - date: "October 26, 2023", - }, + id: "blog1", category: "Pasticceria", title: "The Art of the Perfect Croissant", excerpt: "Discover the secrets behind our flaky, buttery croissants, a true labor of love from our master bakers.", imageSrc: "http://img.b2bpic.net/free-photo/confectioner-uniform-decorates-cake_1157-33237.jpg", imageAlt: "Pastry chef decorating a cake", authorName: "Chef Isabella", authorAvatar: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg", date: "October 26, 2023"}, { - id: "blog2", - category: "Cafè", - title: "Your Guide to Fóla's Coffee Blends", - excerpt: "Explore our unique selection of coffee beans and find your new favorite brew, perfectly crafted for your taste.", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-collection_53876-74944.jpg", - imageAlt: "Various coffee drinks on a menu", - authorName: "Barista Luca", - authorAvatar: "http://img.b2bpic.net/free-photo/pretty-curly-haired-woman-dressed-elegant-pink-jacket-keeps-arms-folded-smiles-pleasantly-holds-bag-focused-away-isolated-blue-background-with-copy-space-your-promotional-content_273609-60206.jpg", - date: "October 18, 2023", - }, + id: "blog2", category: "Cafè", title: "Your Guide to Fóla's Coffee Blends", excerpt: "Explore our unique selection of coffee beans and find your new favorite brew, perfectly crafted for your taste.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-collection_53876-74944.jpg", imageAlt: "Various coffee drinks on a menu", authorName: "Barista Luca", authorAvatar: "http://img.b2bpic.net/free-photo/pretty-curly-haired-woman-dressed-elegant-pink-jacket-keeps-arms-folded-smiles-pleasantly-holds-bag-focused-away-isolated-blue-background-with-copy-space-your-promotional-content_273609-60206.jpg", date: "October 18, 2023"}, { - id: "blog3", - category: "Gelateria", - title: "Seasonal Gelato Flavors Unveiled", - excerpt: "Get a sneak peek at our exciting new seasonal gelato flavors, inspired by fresh, local ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/macaroons-box-with-empty-waffle-cones-dual-backdrop_23-2147957411.jpg", - imageAlt: "Colorful gelato flavors on display", - authorName: "Gelato Maestro", - authorAvatar: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg", - date: "October 10, 2023", - }, + id: "blog3", category: "Gelateria", title: "Seasonal Gelato Flavors Unveiled", excerpt: "Get a sneak peek at our exciting new seasonal gelato flavors, inspired by fresh, local ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/macaroons-box-with-empty-waffle-cones-dual-backdrop_23-2147957411.jpg", imageAlt: "Colorful gelato flavors on display", authorName: "Gelato Maestro", authorAvatar: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg", date: "October 10, 2023"}, ]} /> @@ -399,22 +243,14 @@ export default function LandingPage() { description="Have questions, special requests, or just want to say hello? Fill out the form below or visit us!" inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 4, + name: "message", placeholder: "Your Message", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-door_23-2149434485.jpg" @@ -433,57 +269,35 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Menu", - href: "#products", - }, + label: "Menu", href: "#products"}, { - label: "Blog", - href: "#blog", - }, + label: "Blog", href: "#blog"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, { items: [ { - label: "Instagram", - href: "https://instagram.com/folacafe", - }, + label: "Instagram", href: "https://instagram.com/folacafe"}, { - label: "Facebook", - href: "https://facebook.com/folacafe", - }, + label: "Facebook", href: "https://facebook.com/folacafe"}, { - label: "Google Maps", - href: "https://maps.google.com/?q=Fóla+Cafè", - }, + label: "Google Maps", href: "https://maps.google.com/?q=Fóla+Cafè"}, ], }, ]}