diff --git a/src/app/page.tsx b/src/app/page.tsx index 6202f9f..e4d20f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -59,36 +51,22 @@ export default function LandingPage() { tag="worth the wait" buttons={[ { - text: "View Menu", - href: "#menu", - }, + text: "View Menu", href: "#menu"}, { - text: "Visit the Café", - href: "#location", - }, + text: "Visit the Café", href: "#location"}, ]} imageSrc="http://img.b2bpic.net/free-photo/blurred-detail-water-droplets-golden-feather-surface-against-black-background_23-2148114561.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/full-shot-women-enjoying-ice-cream_23-2149428109.jpg", - alt: "Customer", - }, + src: "http://img.b2bpic.net/free-photo/full-shot-women-enjoying-ice-cream_23-2149428109.jpg", alt: "Customer"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-pastry_23-2149356024.jpg", - alt: "Regular", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-pastry_23-2149356024.jpg", alt: "Regular"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-young-women-with-bubble-tea_23-2150315007.jpg", - alt: "Local", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-young-women-with-bubble-tea_23-2150315007.jpg", alt: "Local"}, { - src: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-taking-selfie_23-2149356872.jpg", - alt: "Visitor", - }, + src: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-taking-selfie_23-2149356872.jpg", alt: "Visitor"}, { - src: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-sitting-bistro_23-2149366408.jpg", - alt: "Coffee Enthusiast", - }, + src: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-sitting-bistro_23-2149366408.jpg", alt: "Coffee Enthusiast"}, ]} avatarText="Trusted by 500+ locals" /> @@ -100,32 +78,20 @@ export default function LandingPage() { description="Some rituals can't be rushed." buttons={[ { - text: "Plan Your Visit", - href: "#location", - }, + text: "Plan Your Visit", href: "#location"}, ]} imageSrc="http://img.b2bpic.net/free-photo/eucalyptus-white-vase-background_23-2149420690.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/coffee-cup_1203-3435.jpg", - alt: "Patron", - }, + src: "http://img.b2bpic.net/free-photo/coffee-cup_1203-3435.jpg", alt: "Patron"}, { - src: "http://img.b2bpic.net/free-photo/woman-restaurant-with-magazine-glass-cappuccino-with-cream_114579-3455.jpg", - alt: "Patron", - }, + src: "http://img.b2bpic.net/free-photo/woman-restaurant-with-magazine-glass-cappuccino-with-cream_114579-3455.jpg", alt: "Patron"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-outdoors_23-2148989636.jpg", - alt: "Patron", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-outdoors_23-2148989636.jpg", alt: "Patron"}, { - src: "http://img.b2bpic.net/free-photo/full-shot-man-with-matcha-tea_23-2150163559.jpg", - alt: "Patron", - }, + src: "http://img.b2bpic.net/free-photo/full-shot-man-with-matcha-tea_23-2150163559.jpg", alt: "Patron"}, { - src: "http://img.b2bpic.net/free-photo/woman-drinking-matcha-latte-healthy-iced-drink_169016-48660.jpg", - alt: "Patron", - }, + src: "http://img.b2bpic.net/free-photo/woman-drinking-matcha-latte-healthy-iced-drink_169016-48660.jpg", alt: "Patron"}, ]} avatarText="Join the ritual" /> @@ -136,14 +102,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "best matcha in LA", - "worth the line", - "immaculate vibes", - "one of the best matchas ever", - "cult favorite coffee", - "LA coffee staple", - "the matcha ritual", - ]} + "best matcha in LA", "worth the line", "immaculate vibes", "one of the best matchas ever", "cult favorite coffee", "LA coffee staple", "the matcha ritual"]} title="Cult Favorite" description="LA's most talked about matcha." /> @@ -157,23 +116,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "d1", - name: "Double Matcha", - price: "Dine-In Exclusive", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-glass-with-cappuccino_259150-59027.jpg", - }, + id: "d1", name: "Double Matcha", price: "Dine-In Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-glass-with-cappuccino_259150-59027.jpg"}, { - id: "d2", - name: "London Black", - price: "Addictive", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pink-cocktail_23-2149418312.jpg", - }, + id: "d2", name: "London Black", price: "Addictive", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pink-cocktail_23-2149418312.jpg"}, { - id: "d3", - name: "Donut Latte", - price: "Dessert-Inspired", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mokachino-coffee-with-eclair_141793-2891.jpg", - }, + id: "d3", name: "Donut Latte", price: "Dessert-Inspired", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mokachino-coffee-with-eclair_141793-2891.jpg"}, ]} title="Signature Rituals" description="Crafted with precision, obsession-worthy." @@ -188,20 +135,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Summer Heat", - description: "Matcha in hand under the LA sun.", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7166.jpg", - }, + title: "Summer Heat", description: "Matcha in hand under the LA sun.", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7166.jpg"}, { - title: "Quiet Luxury", - description: "A slow start to a busy day.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-coffee-wooden-table-cafe_53876-31852.jpg", - }, + title: "Quiet Luxury", description: "A slow start to a busy day.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-coffee-wooden-table-cafe_53876-31852.jpg"}, { - title: "Stagger Culture", - description: "Rituals that define your routine.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-women-with-bubble-tea_23-2150315013.jpg", - }, + title: "Stagger Culture", description: "Rituals that define your routine.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-women-with-bubble-tea_23-2150315013.jpg"}, ]} title="The Ritual" description="Slow mornings. Summer heat. The line is part of the experience." @@ -216,20 +154,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "20min", - description: "Weekend Line", - }, + id: "m1", value: "20min", description: "Weekend Line"}, { - id: "m2", - value: "1000+", - description: "Matchas Weekly", - }, + id: "m2", value: "1000+", description: "Matchas Weekly"}, { - id: "m3", - value: "Daily", - description: "Small-batch Prep", - }, + id: "m3", value: "Daily", description: "Small-batch Prep"}, ]} title="The Hype" description="Defined by demand." @@ -243,30 +172,14 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - badge: "Ceremonial", - price: "Matcha", - subtitle: "Double Matcha, Uji Blend", - buttons: [], + id: "p1", badge: "Ceremonial", price: "Matcha", subtitle: "Double Matcha, Uji Blend", buttons: [{ text: "View Full Ritual" }], features: [ - "Earthy", - "Vanilla Cream", - "Thick", - "Bold", - ], + "Earthy", "Vanilla Cream", "Thick", "Bold"], }, { - id: "p2", - badge: "Specialty", - price: "Espresso", - subtitle: "London Black, Donut Latte", - buttons: [], + id: "p2", badge: "Specialty", price: "Espresso", subtitle: "London Black, Donut Latte", buttons: [{ text: "View Full Ritual" }], features: [ - "Floral", - "Smoky", - "Cacao Cream", - "Addictive", - ], + "Floral", "Smoky", "Cacao Cream", "Addictive"], }, ]} title="The Menu" @@ -281,59 +194,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah J.", - role: "Visitor", - company: "Koreatown", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-hanging-out-bar-entrance_23-2152024831.jpg", - }, + id: "t1", name: "Sarah J.", role: "Visitor", company: "Koreatown", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/friends-hanging-out-bar-entrance_23-2152024831.jpg"}, { - id: "t2", - name: "Alex K.", - role: "Regular", - company: "LA Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-paper-bags-with-labels_23-2148441226.jpg", - }, + id: "t2", name: "Alex K.", role: "Regular", company: "LA Local", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-paper-bags-with-labels_23-2148441226.jpg"}, { - id: "t3", - name: "Mike R.", - role: "Fan", - company: "Visitor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170248.jpg", - }, + id: "t3", name: "Mike R.", role: "Fan", company: "Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170248.jpg"}, { - id: "t4", - name: "Elena V.", - role: "Coffee Lover", - company: "LA Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-milk-grass_23-2148399099.jpg", - }, + id: "t4", name: "Elena V.", role: "Coffee Lover", company: "LA Local", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-milk-grass_23-2148399099.jpg"}, { - id: "t5", - name: "David M.", - role: "Regular", - company: "Koreatown", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-wearing-total-denim-outfit_23-2150105178.jpg", - }, + id: "t5", name: "David M.", role: "Regular", company: "Koreatown", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-wearing-total-denim-outfit_23-2150105178.jpg"}, ]} kpiItems={[ { - value: "4.9★", - label: "Rating", - }, + value: "4.9★", label: "Rating"}, { - value: "Cult", - label: "Status", - }, + value: "Cult", label: "Status"}, { - value: "Iconic", - label: "Vibe", - }, + value: "Iconic", label: "Vibe"}, ]} title="Stagger Culture" description="Tag us @staggercoffee." @@ -344,8 +226,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file