From 925c994106305d6dddb90854e8d6176a46df09f7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 02:48:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 218 +++++++++++------------------------------------ 1 file changed, 49 insertions(+), 169 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3c4fd5..2ec0882 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,42 +33,29 @@ export default function LandingPage() {
@@ -93,26 +78,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Specialty Coffee", - description: "Ethically sourced, masterfully roasted coffee that warms the soul and awakens the senses.", - tag: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino-cup-cafe_181624-12457.jpg", - }, + id: "f1", title: "Specialty Coffee", description: "Ethically sourced, masterfully roasted coffee that warms the soul and awakens the senses.", tag: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino-cup-cafe_181624-12457.jpg"}, { - id: "f2", - title: "Artisan Ice Cream", - description: "Handcrafted, small-batch ice cream made with local ingredients for a truly nostalgic treat.", - tag: "Ice Cream", - imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-sitting-cafe_171337-16570.jpg", - }, + id: "f2", title: "Artisan Ice Cream", description: "Handcrafted, small-batch ice cream made with local ingredients for a truly nostalgic treat.", tag: "Ice Cream", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-sitting-cafe_171337-16570.jpg"}, { - id: "f3", - title: "Genuine Fellowship", - description: "A welcoming, faith-centered atmosphere where you are always invited to rest, connect, and belong.", - tag: "Community", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg", - }, + id: "f3", title: "Genuine Fellowship", description: "A welcoming, faith-centered atmosphere where you are always invited to rest, connect, and belong.", tag: "Community", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg"}, ]} title="Exceptional Quality, Pure Warmth" description="Discover the craftsmanship behind our premium offerings and the community spirit we cultivate daily." @@ -127,41 +97,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Signature Latte", - price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg", - }, + id: "p1", name: "Signature Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg"}, { - id: "p2", - name: "Artisan Vanilla Scoop", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tiramisu-plate-flat-lay_23-2149599622.jpg", - }, + id: "p2", name: "Artisan Vanilla Scoop", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tiramisu-plate-flat-lay_23-2149599622.jpg"}, { - id: "p3", - name: "Butter Croissant", - price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-handmade-cake-baking-tray_23-2148461057.jpg", - }, + id: "p3", name: "Butter Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-handmade-cake-baking-tray_23-2148461057.jpg"}, { - id: "p4", - name: "Classic Cold Brew", - price: "$4.75", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-sangria-glass_23-2149426391.jpg", - }, + id: "p4", name: "Classic Cold Brew", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-sangria-glass_23-2149426391.jpg"}, { - id: "p5", - name: "Velvet Cappuccino", - price: "$5.25", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7037.jpg", - }, + id: "p5", name: "Velvet Cappuccino", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7037.jpg"}, { - id: "p6", - name: "Organic Herbal Tea", - price: "$4.25", - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-cinnamons_114579-17343.jpg", - }, + id: "p6", name: "Organic Herbal Tea", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-cinnamons_114579-17343.jpg"}, ]} title="Our Handcrafted Menu" description="Experience our carefully curated selection of premium beverages and delightful treats." @@ -176,25 +122,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "100%", - title: "Locally Sourced", - description: "Ingredients for our treats", - icon: Coffee, + id: "m1", value: "100%", title: "Locally Sourced", description: "Ingredients for our treats", icon: Coffee, }, { - id: "m2", - value: "5k+", - title: "Cups Served", - description: "Spreading joy each month", - icon: Award, + id: "m2", value: "5k+", title: "Cups Served", description: "Spreading joy each month", icon: Award, }, { - id: "m3", - value: "24/7", - title: "Warm Welcome", - description: "Always ready to serve", - icon: Shield, + id: "m3", value: "24/7", title: "Warm Welcome", description: "Always ready to serve", icon: Shield, }, ]} title="A Community Rooted in Values" @@ -209,49 +143,24 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Miller", - handle: "@sarahmiller", - testimonial: "The best cafe experience in town. Truly a sanctuary for our family.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg", - }, + id: "t1", name: "Sarah Miller", handle: "@sarahmiller", testimonial: "The best cafe experience in town. Truly a sanctuary for our family.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg"}, { - id: "t2", - name: "James Henderson", - handle: "@jhenderson", - testimonial: "Excellent coffee and an even better atmosphere. Highly recommended.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg", - }, + id: "t2", name: "James Henderson", handle: "@jhenderson", testimonial: "Excellent coffee and an even better atmosphere. Highly recommended.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg"}, { - id: "t3", - name: "Elena Rodriguez", - handle: "@erodriguez", - testimonial: "I love the community feel here. It’s my favorite place to relax.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-handsome-male-enjoying-family-life-with-their-little-daughter-outdoor-cafe_613910-18560.jpg", - }, + id: "t3", name: "Elena Rodriguez", handle: "@erodriguez", testimonial: "I love the community feel here. It’s my favorite place to relax.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-handsome-male-enjoying-family-life-with-their-little-daughter-outdoor-cafe_613910-18560.jpg"}, { - id: "t4", - name: "Mark Wilson", - handle: "@mwilson", - testimonial: "Handcrafted ice cream that brings back childhood memories. Amazing.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg", - }, + id: "t4", name: "Mark Wilson", handle: "@mwilson", testimonial: "Handcrafted ice cream that brings back childhood memories. Amazing.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg"}, { - id: "t5", - name: "Chloe Bennett", - handle: "@cbennett", - testimonial: "Finally, a place that values faith and fellowship alongside quality coffee.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-lesbians-different-races-having-nice-time-together-coffee-shop_273609-9242.jpg", - }, + id: "t5", name: "Chloe Bennett", handle: "@cbennett", testimonial: "Finally, a place that values faith and fellowship alongside quality coffee.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/two-lesbians-different-races-having-nice-time-together-coffee-shop_273609-9242.jpg"}, ]} showRating={true} title="Voices of the Community" - description="What our family, friends, and patrons say about their experience at Wisdom Well." + description="What our family, friends, and patrons say about their experience at Wisdom Well Coffee & More." /> @@ -261,20 +170,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Do you host events?", - content: "Yes, we are delighted to host small gatherings, Bible studies, and family events.", - }, + id: "q1", title: "Do you host events?", content: "Yes, we are delighted to host small gatherings, Bible studies, and family events."}, { - id: "q2", - title: "Are you pet friendly?", - content: "We welcome well-behaved pets on our outdoor patio area.", - }, + id: "q2", title: "Are you pet friendly?", content: "We welcome well-behaved pets on our outdoor patio area."}, { - id: "q3", - title: "Do you offer catering?", - content: "We provide catering for small office meetings and family gatherings upon request.", - }, + id: "q3", title: "Do you offer catering?", content: "We provide catering for small office meetings and family gatherings upon request."}, ]} title="Common Questions" description="Answers to frequently asked questions about our services and community." @@ -289,20 +189,12 @@ export default function LandingPage() { description="We are located in the heart of our community. Drop by for a cup, a cone, and great conversation." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - }, + name: "name", type: "text", placeholder: "Your Name"}, { - name: "email", - type: "email", - placeholder: "Your Email", - }, + name: "email", type: "email", placeholder: "Your Email"}, ]} textarea={{ - name: "message", - placeholder: "Tell us how we can help", - }} + name: "message", placeholder: "Tell us how we can help"}} imageSrc="http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150424007.jpg" /> @@ -311,41 +203,29 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1