Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-23 02:52:05 +00:00

View File

@@ -12,7 +12,8 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Award, Coffee, Shield } from "lucide-react";
import ContactText from '@/components/sections/contact/ContactText';
import { Award, Coffee, Shield, Clock, MapPin, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,16 +33,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Features", id: "features"},
{
name: "Menu", id: "products"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Menu", id: "products" },
{ name: "Location", id: "location" },
{ name: "Contact", id: "contact" },
]}
brandName="Wisdom Well Coffee & More"
/>
@@ -49,13 +46,11 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "plain"}}
background={{ variant: "plain" }}
logoText="Wisdom Well Coffee & More"
description="Step into Wisdom Well Coffee & More—where exceptional coffee, handcrafted ice cream, and genuine fellowship create a sanctuary for families and friends seeking something real."
buttons={[
{
text: "Find Us & Visit Today", href: "#contact"},
{ text: "Find Us & Visit Today", href: "#location" },
]}
imageSrc="http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg"
mediaAnimation="blur-reveal"
@@ -77,12 +72,9 @@ export default function LandingPage() {
textboxLayout="default"
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: "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: "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: "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."
@@ -96,43 +88,31 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
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: "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: "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: "p6", name: "Organic Herbal Tea", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-cinnamons_114579-17343.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: "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: "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" },
]}
title="Our Handcrafted Menu"
description="Experience our carefully curated selection of premium beverages and delightful treats."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardOne
animationType="slide-up"
textboxLayout="default"
<div id="location" data-section="location">
<MetricCardOne
animationType="blur-reveal"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
useInvertedBackground={false}
title="Visit Our Community Space"
description="We are open daily to serve you and welcome you into our cozy atmosphere."
metrics={[
{
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: "m3", value: "24/7", title: "Warm Welcome", description: "Always ready to serve", icon: Shield,
},
{ id: "m_addr", value: "123 Coffee Lane", title: "Our Address", description: "Heart of the Community District", icon: MapPin },
{ id: "m_phone", value: "(555) 123-4567", title: "Give Us A Call", description: "For catering or event booking", icon: Phone },
{ id: "m_hours", value: "9AM - 7PM", title: "Business Hours", description: "Wed-Tue (Sun Closed)", icon: Clock },
]}
title="A Community Rooted in Values"
description="Every cup served and every conversation held builds a deeper sense of home."
/>
</div>
@@ -142,21 +122,9 @@ export default function LandingPage() {
textboxLayout="default"
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: "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. Its 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: "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: "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: "t3", name: "Elena Rodriguez", handle: "@erodriguez", testimonial: "I love the community feel here. Its 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" },
]}
showRating={true}
title="Voices of the Community"
@@ -169,12 +137,8 @@ export default function LandingPage() {
textboxLayout="default"
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: "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: "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." },
]}
title="Common Questions"
description="Answers to frequently asked questions about our services and community."
@@ -185,16 +149,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Visit Us Today"
description="We are located in the heart of our community. Drop by for a cup, a cone, and great conversation."
title="Reach Out"
description="Have a special request or just want to say hello? Let us know."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name"},
{
name: "email", type: "email", placeholder: "Your Email"},
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" },
]}
textarea={{
name: "message", placeholder: "Tell us how we can help"}}
textarea={{ name: "message", placeholder: "Tell us how we can help" }}
imageSrc="http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150424007.jpg"
/>
</div>
@@ -202,24 +163,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Quick Links", items: [
{
label: "About", href: "#about"},
{
label: "Menu", href: "#products"},
{
label: "Contact", href: "#contact"},
],
},
{
title: "Support", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
{ title: "Quick Links", items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#products" }, { label: "Contact", href: "#contact" }] },
{ title: "Support", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
bottomLeftText="Wisdom Well Coffee & More © 2024"
bottomRightText="Community First"
@@ -228,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}