From 8d646f833caf4170083457599d4ba8137513b4cf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:30:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 268 +++++++++-------------------------------------- 1 file changed, 50 insertions(+), 218 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b2a2e9..bf08cfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,123 +32,59 @@ export default function LandingPage() {
@@ -158,14 +94,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Fresh Croissants Daily", - "Artisan Espresso", - "Old-School Italian Soul", - "Hand-Pressed Pastries", - "Community Driven", - "Perfectly Roasted", - "Daily Joy", - ]} + "Fresh Croissants Daily", "Artisan Espresso", "Old-School Italian Soul", "Hand-Pressed Pastries", "Community Driven", "Perfectly Roasted", "Daily Joy"]} title="Fresh Croissants Daily · Artisan Espresso · Old-School Italian Soul" description="Celebrating the timeless traditions of Italian coffee culture every single day." /> @@ -176,21 +105,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Italian Heritage" metrics={[ - { - icon: Coffee, - label: "Espressos Served", - value: "12,000+", - }, - { - icon: Award, - label: "Local Awards", - value: "5", - }, - { - icon: Clock, - label: "Years Active", - value: "15+", - }, + { icon: Coffee, label: "Espressos Served", value: "12,000+" }, + { icon: Award, label: "Local Awards", value: "5" }, + { icon: Clock, label: "Years Active", value: "15+" }, ]} metricsAnimation="blur-reveal" /> @@ -203,42 +120,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "m1", - name: "Espresso Romano", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=1", - }, - { - id: "m2", - name: "Butter Croissant", - price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=2", - }, - { - id: "m3", - name: "Cold Brew", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=3", - }, - { - id: "m4", - name: "Cappuccino", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=4", - }, - { - id: "m5", - name: "Pain au Chocolat", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=5", - }, - { - id: "m6", - name: "Iced Latte", - price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=6", - }, + { id: "m1", name: "Espresso Romano", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg" }, + { id: "m2", name: "Butter Croissant", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg" }, + { id: "m3", name: "Cold Brew", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg" }, + { id: "m4", name: "Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg" }, + { id: "m5", name: "Pain au Chocolat", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg" }, + { id: "m6", name: "Iced Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg" }, ]} title="Daily Menu" description="Hand-crafted coffee, scratch-made pastries, and refreshing cold drinks." @@ -250,30 +137,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Coffee Bar", - subtitle: "Fresh roasted", - category: "Vibe", - value: "Italian", - }, - { - id: "f2", - title: "Outdoor Seating", - subtitle: "Street level", - category: "View", - value: "Relaxing", - }, - { - id: "f3", - title: "Library Corner", - subtitle: "Quiet area", - category: "Space", - value: "Cozy", - }, + { id: "f1", title: "Coffee Bar", subtitle: "Fresh roasted", category: "Vibe", value: "Italian" }, + { id: "f2", title: "Outdoor Seating", subtitle: "Street level", category: "View", value: "Relaxing" }, + { id: "f3", title: "Library Corner", subtitle: "Quiet area", category: "Space", value: "Cozy" }, ]} title="Café Atmosphere" description="Old-school Italian soul in every corner." + animationType="blur-reveal" /> @@ -283,46 +153,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Marco Rossi", - handle: "@marco", - testimonial: "Best espresso in the city, hands down.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", - }, - { - id: "2", - name: "Giulia B.", - handle: "@giulia", - testimonial: "The croissants are divine, always warm.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-best-friends-drinking-coffee-good-books_329181-3415.jpg", - }, - { - id: "3", - name: "Luca V.", - handle: "@luca", - testimonial: "My daily morning ritual. Simply perfect.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg", - }, - { - id: "4", - name: "Sara M.", - handle: "@sara", - testimonial: "Authentic italian atmosphere. A rare gem.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg", - }, - { - id: "5", - name: "Tom P.", - handle: "@tom", - testimonial: "Friendly service and great coffee.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg", - }, + { id: "1", name: "Marco Rossi", handle: "@marco", testimonial: "Best espresso in the city, hands down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg" }, + { id: "2", name: "Giulia B.", handle: "@giulia", testimonial: "The croissants are divine, always warm.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-best-friends-drinking-coffee-good-books_329181-3415.jpg" }, + { id: "3", name: "Luca V.", handle: "@luca", testimonial: "My daily morning ritual. Simply perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg" }, + { id: "4", name: "Sara M.", handle: "@sara", testimonial: "Authentic italian atmosphere. A rare gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg" }, + { id: "5", name: "Tom P.", handle: "@tom", testimonial: "Friendly service and great coffee.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg" }, ]} showRating={true} title="What Locals Say" @@ -334,16 +169,13 @@ export default function LandingPage() { -- 2.49.1