From 0988a6ba62aa279339f5508918b13f0e881b8aa2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 06:16:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 306 ++++++++--------------------------------------- 1 file changed, 48 insertions(+), 258 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 740260a..b3e01f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -141,27 +83,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Gourmet Vegetarian Cuisine", - description: "Artisan dishes crafted with locally sourced, fresh ingredients.", - tag: "Culinary", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-teriyaki-sauce-lettuce-leaf-with-red-cabbage-salad-lemon_114579-3571.jpg", - }, - { - id: "f2", - title: "Cozy Remote Workspaces", - description: "Peaceful corners designed for inspiration and productivity.", - tag: "Work", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg", - }, - { - id: "f3", - title: "Instagram-Perfect Ambiance", - description: "Colonial-style aesthetics curated for your next post.", - tag: "Social", - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-mobile-phone_107420-12342.jpg", - }, + { id: "f1", title: "Gourmet Vegetarian Cuisine", description: "Artisan dishes crafted with locally sourced, fresh ingredients.", tag: "Culinary", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-teriyaki-sauce-lettuce-leaf-with-red-cabbage-salad-lemon_114579-3571.jpg" }, + { id: "f2", title: "Cozy Remote Workspaces", description: "Peaceful corners designed for inspiration and productivity.", tag: "Work", imageSrc: "http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg" }, + { id: "f3", title: "Instagram-Perfect Ambiance", description: "Colonial-style aesthetics curated for your next post.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-mobile-phone_107420-12342.jpg" }, ]} title="Crafted Experiences" description="Beyond coffee—discover the essence of calm and culinary excellence." @@ -172,56 +96,15 @@ export default function LandingPage() { @@ -302,91 +147,36 @@ export default function LandingPage() {