diff --git a/src/app/page.tsx b/src/app/page.tsx index fe45242..1189c8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,13 +115,13 @@ export default function LandingPage() { animationType="blur-reveal" features={[ { - id: "fresh-made", title: "Freshly Made to Order", description: "Each sandwich is carefully prepared when you order it, ensuring maximum freshness and quality in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-white-cheese_140725-4412.jpg", imageAlt: "Fresh sandwich being prepared at Bado" + id: "fresh-made", title: "Freshly Made to Order", description: "Each sandwich is carefully prepared when you order it, ensuring maximum freshness and quality in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-white-cheese_140725-4412.jpg?_wi=1", imageAlt: "Fresh sandwich being prepared at Bado" }, { - id: "curated-menu", title: "Curated Small Menu", description: "We focus on a limited selection of carefully crafted items, allowing us to maintain exceptional quality and consistency.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg", imageAlt: "Minimalist Bado café interior" + id: "curated-menu", title: "Curated Small Menu", description: "We focus on a limited selection of carefully crafted items, allowing us to maintain exceptional quality and consistency.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg?_wi=1", imageAlt: "Minimalist Bado café interior" }, { - id: "craft-coffee", title: "Craft Coffee Selection", description: "Specialty beans sourced from premium roasters, prepared with precision to highlight each coffee's unique character.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-croissant_23-2147699865.jpg", imageAlt: "Artisan latte art at Bado" + id: "craft-coffee", title: "Craft Coffee Selection", description: "Specialty beans sourced from premium roasters, prepared with precision to highlight each coffee's unique character.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-croissant_23-2147699865.jpg?_wi=1", imageAlt: "Artisan latte art at Bado" } ]} /> @@ -150,10 +150,10 @@ export default function LandingPage() { animationType="blur-reveal" blogs={[ { - id: "latte-art-post", category: "Coffee", title: "The Art of Specialty Coffee", excerpt: "Each pour is a moment of precision and passion. Discover how we craft the perfect cup.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-croissant_23-2147699865.jpg", imageAlt: "Artisan latte art photography", authorName: "Bado Team", authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312228.jpg", date: "Today" + id: "latte-art-post", category: "Coffee", title: "The Art of Specialty Coffee", excerpt: "Each pour is a moment of precision and passion. Discover how we craft the perfect cup.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-croissant_23-2147699865.jpg?_wi=2", imageAlt: "Artisan latte art photography", authorName: "Bado Team", authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312228.jpg", date: "Today" }, { - id: "sandwich-detail-post", category: "Food", title: "Sandwich Craftsmanship", excerpt: "From ingredient selection to final plating, every detail matters at Bado.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-white-cheese_140725-4412.jpg", imageAlt: "Close-up sandwich details", authorName: "Bado Team", authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312228.jpg", date: "Yesterday" + id: "sandwich-detail-post", category: "Food", title: "Sandwich Craftsmanship", excerpt: "From ingredient selection to final plating, every detail matters at Bado.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-white-cheese_140725-4412.jpg?_wi=2", imageAlt: "Close-up sandwich details", authorName: "Bado Team", authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312228.jpg", date: "Yesterday" }, { id: "dessert-post", category: "Desserts", title: "Sweet Moments", excerpt: "Our curated selection of desserts pairs perfectly with our signature coffees.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mug-cookies-tray_23-2148791069.jpg", imageAlt: "Beautiful dessert presentation", authorName: "Bado Team", authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312228.jpg", date: "2 days ago" @@ -180,7 +180,7 @@ export default function LandingPage() {