diff --git a/src/app/page.tsx b/src/app/page.tsx index 533b134..d789e90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -87,41 +68,18 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Fresh Pastries", - description: "Baked daily in-house with locally sourced ingredients.", - bentoComponent: "media-stack", - items: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg?_wi=1", - imageAlt: "Fresh Pastry", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-enjoying-blue-matcha_23-2150649565.jpg", - imageAlt: "Coffee Shop Interior", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-bench-drinking-chocolate-milk-taking-selfie-mobile-phone_23-2148176702.jpg", - imageAlt: "Downtown Athens Cafe Exterior", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-cup_23-2149172523.jpg?_wi=2", - imageAlt: "latte art close up coffee shop", + title: "Fresh Pastries", description: "Baked daily in-house with locally sourced ingredients.", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg", imageAlt: "Fresh Pastry" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-enjoying-blue-matcha_23-2150649565.jpg", imageAlt: "Coffee Shop Interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-bench-drinking-chocolate-milk-taking-selfie-mobile-phone_23-2148176702.jpg", imageAlt: "Downtown Athens Cafe Exterior" } + ] }, { - title: "Social Space", - description: "High-speed Wi-Fi and comfortable seating for students and remote workers.", - bentoComponent: "reveal-icon", - icon: Wifi, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256934.jpg?_wi=2", - imageAlt: "barista serving customer coffee shop", + title: "Social Space", description: "High-speed Wi-Fi and comfortable seating for students and remote workers.", bentoComponent: "reveal-icon", icon: Wifi }, { - title: "Location", - description: "Conveniently central", - bentoComponent: "map", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg?_wi=2", - imageAlt: "fresh pastry coffee shop wooden table", - }, + title: "Location", description: "Conveniently central", bentoComponent: "map" + } ]} title="Why You'll Love It Here" description="From locally roasted beans to a study space that's always buzzing, discover what makes us Athens' favorite." @@ -135,48 +93,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - name: "Signature Latte", - price: "$4.50", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-creative-coffee-arrangement_23-2148623221.jpg", - }, - { - id: "2", - name: "Blueberry Muffin", - price: "$3.50", - variant: "Freshly Baked", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-holding-tray-delicious-cake-with-white-whipped-cream_23-2147874525.jpg", - }, - { - id: "3", - name: "Iced Mocha", - price: "$5.25", - variant: "Cool", - imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-sauce-gray-background-high-quality-photo_114579-68968.jpg", - }, - { - id: "4", - name: "Buttery Scone", - price: "$3.75", - variant: "Freshly Baked", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-cinnamon-roll_23-2148904726.jpg", - }, - { - id: "5", - name: "Artisanal Cappuccino", - price: "$4.25", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/handmade-cup-books-closeup-wooden-surface-copy-space_169016-46354.jpg", - }, - { - id: "6", - name: "Cafe Cookie", - price: "$2.50", - variant: "Sweet", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweets-cup-coffee_23-2148365457.jpg", - }, + { id: "1", name: "Signature Latte", price: "$4.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-creative-coffee-arrangement_23-2148623221.jpg" }, + { id: "2", name: "Blueberry Muffin", price: "$3.50", variant: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-holding-tray-delicious-cake-with-white-whipped-cream_23-2147874525.jpg" }, + { id: "3", name: "Iced Mocha", price: "$5.25", variant: "Cool", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-sauce-gray-background-high-quality-photo_114579-68968.jpg" }, + { id: "4", name: "Buttery Scone", price: "$3.75", variant: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-cinnamon-roll_23-2148904726.jpg" }, + { id: "5", name: "Artisanal Cappuccino", price: "$4.25", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/handmade-cup-books-closeup-wooden-surface-copy-space_169016-46354.jpg" }, + { id: "6", name: "Cafe Cookie", price: "$2.50", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweets-cup-coffee_23-2148365457.jpg" } ]} title="Our Espresso & Treats" description="Handcrafted drinks and fresh baked goods to fuel your day." @@ -189,46 +111,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "@sarah_j", - testimonial: "The best coffee in Athens! Perfect for studying.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg", - }, - { - id: "2", - name: "Mike R.", - handle: "@mike_local", - testimonial: "Always friendly service and fresh coffee. My daily stop.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-15666.jpg", - }, - { - id: "3", - name: "Jenny L.", - handle: "@jenny_travels", - testimonial: "Such a charming cafe! A highlight of my visit.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-bartender_23-2147680673.jpg", - }, - { - id: "4", - name: "David T.", - handle: "@david_pro", - testimonial: "Great work atmosphere and consistently high quality.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/student-girl-learning-online-outdoor-with-coffee-go_496169-2407.jpg", - }, - { - id: "5", - name: "Alex W.", - handle: "@alex_coffee", - testimonial: "Love the local vibe and friendly staff. Highly recommend.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-drinking-coffee_23-2149458136.jpg", - }, + { id: "1", name: "Sarah J.", handle: "@sarah_j", testimonial: "The best coffee in Athens! Perfect for studying.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg" }, + { id: "2", name: "Mike R.", handle: "@mike_local", testimonial: "Always friendly service and fresh coffee. My daily stop.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-15666.jpg" }, + { id: "3", name: "Jenny L.", handle: "@jenny_travels", testimonial: "Such a charming cafe! A highlight of my visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-bartender_23-2147680673.jpg" }, + { id: "4", name: "David T.", handle: "@david_pro", testimonial: "Great work atmosphere and consistently high quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/student-girl-learning-online-outdoor-with-coffee-go_496169-2407.jpg" }, + { id: "5", name: "Alex W.", handle: "@alex_coffee", testimonial: "Love the local vibe and friendly staff. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-drinking-coffee_23-2149458136.jpg" } ]} showRating={true} title="Community Voices" @@ -239,9 +126,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file