diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fd495b..91b2315 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,71 +44,44 @@ export default function LandingPage() {
@@ -129,17 +94,11 @@ export default function LandingPage() { description="At Caf Café, we believe in the journey from bean to cup. Every brew tells a story of sustainable farming and master-level craft." bulletPoints={[ { - title: "Sustainably Sourced", - description: "Direct trade with farmers worldwide.", - }, + title: "Sustainably Sourced", description: "Direct trade with farmers worldwide."}, { - title: "Artisan Roasting", - description: "Small batches roasted daily.", - }, + title: "Artisan Roasting", description: "Small batches roasted daily."}, { - title: "Perfect Extraction", - description: "Precision brewing for every cup.", - }, + title: "Perfect Extraction", description: "Precision brewing for every cup."}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-coffee-roasted-beans-female-barista-preparing-coffee_23-2148824467.jpg" mediaAnimation="blur-reveal" @@ -150,45 +109,21 @@ export default function LandingPage() { ); -} +} \ No newline at end of file