diff --git a/src/app/page.tsx b/src/app/page.tsx index f60c801..be52564 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,20 +46,15 @@ export default function LandingPage() {
@@ -94,33 +79,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "banana-biscoff-matcha", - name: "Banana Biscoff Matcha", - price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg", - imageAlt: "The famous Banana Biscoff Matcha latte", - }, + id: "banana-biscoff-matcha", name: "Banana Biscoff Matcha", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg", imageAlt: "The famous Banana Biscoff Matcha latte"}, { - id: "tiramisu-latte", - name: "Tiramisu Latte", - price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-with-whipped-cream-table_23-2148937308.jpg", - imageAlt: "Rich Tiramisu Latte with cocoa dusting", - }, + id: "tiramisu-latte", name: "Tiramisu Latte", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-with-whipped-cream-table_23-2148937308.jpg", imageAlt: "Rich Tiramisu Latte with cocoa dusting"}, { - id: "spanish-latte", - name: "Spanish Latte", - price: "$7.00", - imageSrc: "http://img.b2bpic.net/free-photo/dalgona-coffee-trendy-drink_658428-212.jpg", - imageAlt: "Smooth and creamy Spanish Latte", - }, + id: "spanish-latte", name: "Spanish Latte", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/dalgona-coffee-trendy-drink_658428-212.jpg", imageAlt: "Smooth and creamy Spanish Latte"}, { - id: "seasonal-mocha", - name: "Seasonal Brew", - price: "$7.25", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-marshmallows_23-2147960035.jpg", - imageAlt: "Beautifully crafted seasonal coffee drink", - }, + id: "seasonal-mocha", name: "Seasonal Brew", price: "$7.25", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-marshmallows_23-2147960035.jpg", imageAlt: "Beautifully crafted seasonal coffee drink"}, ]} title="Signature Sips & Seasonal Delights." description="From our best-selling Banana Biscoff Matcha to artfully crafted seasonal specials, each drink is designed for a sensory experience. Balanced, complex, and utterly unique – a testament to our dedication to flavor and quality." @@ -133,45 +98,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah L.", - date: "May 12, 2024", - title: "Unforgettable Matcha Experience", - quote: "The best banana biscoff matcha I’ve ever had. Truly a hidden gem I keep coming back to.", - tag: "Matcha Lover", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg", - avatarAlt: "Sarah L. avatar", - }, + id: "1", name: "Sarah L.", date: "May 12, 2024", title: "Unforgettable Matcha Experience", quote: "The best banana biscoff matcha I’ve ever had. Truly a hidden gem I keep coming back to.", tag: "Matcha Lover", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg", avatarAlt: "Sarah L. avatar"}, { - id: "2", - name: "Alex M.", - date: "May 05, 2024", - title: "Perfectly Balanced Flavors", - quote: "Every drink here is perfectly balanced. The seasonal lattes are always a delightful surprise.", - tag: "Coffee Enthusiast", - avatarSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23098.jpg", - avatarAlt: "Alex M. avatar", - }, + id: "2", name: "Alex M.", date: "May 05, 2024", title: "Perfectly Balanced Flavors", quote: "Every drink here is perfectly balanced. The seasonal lattes are always a delightful surprise.", tag: "Coffee Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23098.jpg", avatarAlt: "Alex M. avatar"}, { - id: "3", - name: "Jenna K.", - date: "April 28, 2024", - title: "Worth Every Moment", - quote: "The lines are long, but it's worth the wait every single time. The owners are so warm and passionate.", - tag: "Weekend Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-from-home_23-2149173325.jpg", - avatarAlt: "Jenna K. avatar", - }, + id: "3", name: "Jenna K.", date: "April 28, 2024", title: "Worth Every Moment", quote: "The lines are long, but it's worth the wait every single time. The owners are so warm and passionate.", tag: "Weekend Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-from-home_23-2149173325.jpg", avatarAlt: "Jenna K. avatar"}, { - id: "4", - name: "Chris P.", - date: "April 21, 2024", - title: "A True Hidden Gem", - quote: "This place has that 'if you know, you know' vibe. It's a hidden gem I’m so glad I discovered.", - tag: "Local Foodie", - avatarSrc: "http://img.b2bpic.net/free-photo/modern-woman-drinking-coffee_23-2148020562.jpg", - avatarAlt: "Chris P. avatar", - }, + id: "4", name: "Chris P.", date: "April 21, 2024", title: "A True Hidden Gem", quote: "This place has that 'if you know, you know' vibe. It's a hidden gem I’m so glad I discovered.", tag: "Local Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/modern-woman-drinking-coffee_23-2148020562.jpg", avatarAlt: "Chris P. avatar"}, ]} title="What Our Ritual Keepers Say." description="The word is out: Interlude Coffee is a truly unique experience. Our community shares why the wait is always worth it." @@ -183,14 +116,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Weekend-Only", - "Limited Hours", - "Inside Little Pisces", - "Exclusive Access", - "High Demand", - "Curated Moments", - "Anticipation", - ]} + "Weekend-Only", "Limited Hours", "Inside Little Pisces", "Exclusive Access", "High Demand", "Curated Moments", "Anticipation"]} title="The Interlude Experience." description="A rare moment of indulgence, available only when the stars align: Saturdays and Sundays, inside Little Pisces. This is more than coffee; it's a curated escape. If you know, you know." /> @@ -200,20 +126,15 @@ export default function LandingPage() { @@ -221,13 +142,11 @@ export default function LandingPage() {