From 75347383c2134e82a11d306d585e66e6ce019dcf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 08:55:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 208 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 161 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 974c290..8489ee2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,41 +49,22 @@ export default function LandingPage() {
@@ -120,19 +91,13 @@ export default function LandingPage() { features={[ { icon: Coffee, - title: "Specialty Coffee", - description: "Hand-crafted brews using locally sourced beans.", - }, + title: "Specialty Coffee", description: "Hand-crafted brews using locally sourced beans."}, { icon: Wifi, - title: "Quiet Workspace", - description: "Perfect atmosphere for studying or remote work.", - }, + title: "Quiet Workspace", description: "Perfect atmosphere for studying or remote work."}, { icon: Heart, - title: "Warm Service", - description: "Friendly staff dedicated to a cozy customer experience.", - }, + title: "Warm Service", description: "Friendly staff dedicated to a cozy customer experience."}, ]} title="Why You'll Love Us" description="We offer the perfect environment for every coffee lover." @@ -142,52 +107,25 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1