From 596571721c10d0019b0109f29186a71d7eb30c08 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:39:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 +++++++---------------------------------------- 1 file changed, 41 insertions(+), 255 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 266e83c..e2ced48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,98 +31,37 @@ export default function LandingPage() {
@@ -133,41 +72,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "@sarahcoffee", - testimonial: "The flavor of the actual coffee was what was amazing.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", - }, - { - id: "2", - name: "Michael R.", - handle: "@mike_cle", - testimonial: "Best coffee and pastries in Cleveland. Hands down.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-women-with-notebook_23-2149151663.jpg", - }, - { - id: "3", - name: "Elena K.", - handle: "@elena_g", - testimonial: "Welcoming atmosphere with ethnic flair. So unique.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-healthy-tea_23-2151800786.jpg", - }, - { - id: "4", - name: "David M.", - handle: "@dm_vibes", - testimonial: "My go-to spot for coffee breaks. Extremely authentic.", - imageSrc: "http://img.b2bpic.net/free-photo/twig-near-cups-lamp_23-2147811205.jpg", - }, - { - id: "5", - name: "Chloe T.", - handle: "@chloetravels", - testimonial: "The spice blends in the coffee are unlike anything else.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-ice-cream_23-2149735865.jpg", - }, + { id: "1", name: "Sarah J.", handle: "@sarahcoffee", testimonial: "The flavor of the actual coffee was what was amazing.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg" }, + { id: "2", name: "Michael R.", handle: "@mike_cle", testimonial: "Best coffee and pastries in Cleveland. Hands down.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-women-with-notebook_23-2149151663.jpg" }, + { id: "3", name: "Elena K.", handle: "@elena_g", testimonial: "Welcoming atmosphere with ethnic flair. So unique.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-healthy-tea_23-2151800786.jpg" }, + { id: "4", name: "David M.", handle: "@dm_vibes", testimonial: "My go-to spot for coffee breaks. Extremely authentic.", imageSrc: "http://img.b2bpic.net/free-photo/twig-near-cups-lamp_23-2147811205.jpg" }, + { id: "5", name: "Chloe T.", handle: "@chloetravels", testimonial: "The spice blends in the coffee are unlike anything else.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-ice-cream_23-2149735865.jpg" }, ]} title="Loved by the City" description="See why our guests choose Ebreeq as their sanctuary." @@ -179,15 +88,8 @@ export default function LandingPage() { useInvertedBackground={false} title="More Than Coffee" description={[ - "At Ebreeq Coffee House, every cup tells a story. Rooted in Yemeni tradition, our coffee is rich, bold, and crafted to be experienced—not rushed.", - "From the aroma to the last sip, this is coffee the way it was meant to be. We bridge the gap between tradition and local warmth.", - ]} - buttons={[ - { - text: "Learn Our Story", - href: "#", - }, - ]} + "At Ebreeq Coffee House, every cup tells a story. Rooted in Yemeni tradition, our coffee is rich, bold, and crafted to be experienced—not rushed.", "From the aroma to the last sip, this is coffee the way it was meant to be. We bridge the gap between tradition and local warmth."]} + buttons={[{ text: "Learn Our Story", href: "#" }]} /> @@ -198,60 +100,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Ebreeq", - name: "Yemeni Spiced Coffee", - price: "$6.50", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-rolls-coffee-beans-turkish-coffee-stone_114579-43500.jpg", - }, - { - id: "p2", - brand: "Ebreeq", - name: "Specialty Saffron Latte", - price: "$7.00", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/texture-breakfast-art-caffeine-wooden_1150-1577.jpg", - }, - { - id: "p3", - brand: "Ebreeq", - name: "Fresh Spiced Pastries", - price: "$4.50", - rating: 5, - reviewCount: "88", - imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-cream-cinnamon-powder-blue-table_114579-4258.jpg", - }, - { - id: "p4", - brand: "Ebreeq", - name: "Signature Iced Cardamom", - price: "$6.00", - rating: 4, - reviewCount: "64", - imageSrc: "http://img.b2bpic.net/free-photo/caramel-macchiato-table_140725-7660.jpg", - }, - { - id: "p5", - brand: "Ebreeq", - name: "House Blend Beans", - price: "$22.00", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg", - }, - { - id: "p6", - brand: "Ebreeq", - name: "Honey Date Bites", - price: "$5.00", - rating: 5, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg", - }, + { id: "p1", brand: "Ebreeq", name: "Yemeni Spiced Coffee", price: "$6.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-rolls-coffee-beans-turkish-coffee-stone_114579-43500.jpg" }, + { id: "p2", brand: "Ebreeq", name: "Specialty Saffron Latte", price: "$7.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/texture-breakfast-art-caffeine-wooden_1150-1577.jpg" }, + { id: "p3", brand: "Ebreeq", name: "Fresh Spiced Pastries", price: "$4.50", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-cream-cinnamon-powder-blue-table_114579-4258.jpg" }, + { id: "p4", brand: "Ebreeq", name: "Signature Iced Cardamom", price: "$6.00", rating: 4, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/caramel-macchiato-table_140725-7660.jpg" }, + { id: "p5", brand: "Ebreeq", name: "House Blend Beans", price: "$22.00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg" }, + { id: "p6", brand: "Ebreeq", name: "Honey Date Bites", price: "$5.00", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg" }, ]} title="Signature Offerings" description="A sensory journey of Yemeni flavors." @@ -264,59 +118,25 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Users, - title: "Large Group Capacity", - description: "Spacious seating ideal for parties of 50+ guests.", - }, - { - icon: Coffee, - title: "Curated Catering", - description: "Authentic Yemeni menu tailored for your guests.", - }, - { - icon: Sparkles, - title: "Cultural Ambiance", - description: "Warm, gold-accented decor for a premium feel.", - }, + { icon: Users, title: "Large Group Capacity", description: "Spacious seating ideal for parties of 50+ guests." }, + { icon: Coffee, title: "Curated Catering", description: "Authentic Yemeni menu tailored for your guests." }, + { icon: Sparkles, title: "Cultural Ambiance", description: "Warm, gold-accented decor for a premium feel." }, ]} title="Host Your Next Gathering at Ebreeq" description="From bridal showers to private corporate events, our space is designed for unforgettable cultural experiences. Let us provide the perfect backdrop for your big day." - buttons={[ - { - text: "Book an Event", - href: "#", - }, - ]} + buttons={[{ text: "Book an Event", href: "#" }]} />
-- 2.49.1