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