Merge version_1 into main #2
444
src/app/page.tsx
444
src/app/page.tsx
@@ -19,362 +19,114 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Hellcat Coffee Co."
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Hellcat Coffee Co."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="Fire Roasted to Perfection"
|
||||
description="Hellcat Coffee Co. delivers bold, high-octane flavor for every coffee lover. Visit our Conroe shop for the fuel you deserve."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4p0I3zEjRMTYmF6L0UOjV9HQ4/uploaded-1777563322189-y0m4esbq.png?_wi=1",
|
||||
imageAlt: "Hellcat Logo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36647.jpg?_wi=1",
|
||||
imageAlt: "Hellcat Logo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-textured-background_53876-176760.jpg?_wi=1",
|
||||
imageAlt: "Hellcat Logo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg?_wi=1",
|
||||
imageAlt: "Hellcat Logo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-cake-with-sweets-cake-with-strawberry-black-tea-with-lemon-plate-cookies-with-strawberry-hizelnuts-bowls-chocolate-different-sweets-left-side-dark-table_140725-118567.jpg?_wi=1",
|
||||
imageAlt: "Hellcat Logo",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4p0I3zEjRMTYmF6L0UOjV9HQ4/uploaded-1777563322189-y0m4esbq.png?_wi=2",
|
||||
imageAlt: "Hellcat Logo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36647.jpg?_wi=2",
|
||||
imageAlt: "Hellcat Logo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-textured-background_53876-176760.jpg?_wi=2",
|
||||
imageAlt: "Hellcat Logo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg?_wi=2",
|
||||
imageAlt: "Hellcat Logo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-cake-with-sweets-cake-with-strawberry-black-tea-with-lemon-plate-cookies-with-strawberry-hizelnuts-bowls-chocolate-different-sweets-left-side-dark-table_140725-118567.jpg?_wi=2",
|
||||
imageAlt: "Hellcat Logo",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-smiling-posing-with-coffee-cup_23-2148366705.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-coffee-cup_23-2149308470.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-holding-cup-coffee-coffee-shop_1170-2324.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-brunette-hair-businessman-sitting-coffee-shop-reading-newspaper-looking-concentrated-handsome-business-man-holding-open-newspaper-sitting-cafe_1391-594.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 500+ happy coffee lovers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4p0I3zEjRMTYmF6L0UOjV9HQ4/uploaded-1777563322189-y0m4esbq.png",
|
||||
alt: "Logo 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36647.jpg",
|
||||
alt: "Logo 2",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fire Roasted",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "High Octane",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Fire Roasted to Perfection"
|
||||
description="Hellcat Coffee Co. delivers bold, high-octane flavor for every coffee lover. Visit our Conroe shop for the fuel you deserve."
|
||||
leftCarouselItems={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4p0I3zEjRMTYmF6L0UOjV9HQ4/uploaded-1777563322189-y0m4esbq.png" }, { imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36647.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-textured-background_53876-176760.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-cake-with-sweets-cake-with-strawberry-black-tea-with-lemon-plate-cookies-with-strawberry-hizelnuts-bowls-chocolate-different-sweets-left-side-dark-table_140725-118567.jpg" }]}
|
||||
rightCarouselItems={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4p0I3zEjRMTYmF6L0UOjV9HQ4/uploaded-1777563322189-y0m4esbq.png" }, { imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36647.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-textured-background_53876-176760.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-cake-with-sweets-cake-with-strawberry-black-tea-with-lemon-plate-cookies-with-strawberry-hizelnuts-bowls-chocolate-different-sweets-left-side-dark-table_140725-118567.jpg" }]}
|
||||
buttons={[{ text: "View Menu", href: "#products" }, { text: "Visit Us", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Passion"
|
||||
title="Bold Coffee, Fierce Taste"
|
||||
description="At Hellcat Coffee Co., we believe coffee should be as intense and exciting as you are. Our fire-roasting technique unlocks notes you've never tasted before."
|
||||
subdescription="Located in Conroe, TX, we offer high-quality beans, specialty espresso drinks, and a place to recharge. Drive-through available."
|
||||
icon={Flame}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36647.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="Our Passion"
|
||||
title="Bold Coffee, Fierce Taste"
|
||||
description="At Hellcat Coffee Co., we believe coffee should be as intense and exciting as you are. Our fire-roasting technique unlocks notes you've never tasted before."
|
||||
subdescription="Located in Conroe, TX, we offer high-quality beans, specialty espresso drinks, and a place to recharge. Drive-through available."
|
||||
icon={Flame}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36647.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Hellfire Espresso",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-textured-background_53876-176760.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cold Brew Kick",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Fire-Roasted Muffin",
|
||||
price: "$3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-cake-with-sweets-cake-with-strawberry-black-tea-with-lemon-plate-cookies-with-strawberry-hizelnuts-bowls-chocolate-different-sweets-left-side-dark-table_140725-118567.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Classic Cappuccino",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7857.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Iced Mocha",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Americano",
|
||||
price: "$3.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-with-camera-plant_23-2151986831.jpg",
|
||||
},
|
||||
]}
|
||||
title="Full Menu"
|
||||
description="From classic roasts to our signature fire-brewed specialties, we have something to wake you up."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[{ id: "p1", name: "Hellfire Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-textured-background_53876-176760.jpg" }, { id: "p2", name: "Cold Brew Kick", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg" }, { id: "p3", name: "Fire-Roasted Muffin", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-cake-with-sweets-cake-with-strawberry-black-tea-with-lemon-plate-cookies-with-strawberry-hizelnuts-bowls-chocolate-different-sweets-left-side-dark-table_140725-118567.jpg" }, { id: "p4", name: "Classic Cappuccino", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7857.jpg" }, { id: "p5", name: "Iced Mocha", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg" }, { id: "p6", name: "Americano", price: "$3.25", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-with-camera-plant_23-2151986831.jpg" }]}
|
||||
title="Full Menu"
|
||||
description="From classic roasts to our signature fire-brewed specialties, we have something to wake you up."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fast Service",
|
||||
description: "Stop by our convenient drive-through before you head to work.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Clock,
|
||||
text: "Drive-through convenience",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Speedy roasting & serving",
|
||||
},
|
||||
{
|
||||
icon: Car,
|
||||
text: "Easy access on TX-105",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4p0I3zEjRMTYmF6L0UOjV9HQ4/uploaded-1777563322189-y0m4esbq.png?_wi=3",
|
||||
imageAlt: "cafe interior industrial rustic vibe",
|
||||
},
|
||||
]}
|
||||
title="Why Hellcat?"
|
||||
description="Experience the difference of a local coffee shop dedicated to roasting excellence and community."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[{
|
||||
title: "Fast Service", description: "Stop by our convenient drive-through before you head to work.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg", imageAlt: "cafe interior" },
|
||||
items: [{ icon: Clock, text: "Drive-through convenience" }, { icon: Zap, text: "Speedy roasting & serving" }, { icon: Car, text: "Easy access on TX-105" }],
|
||||
reverse: false
|
||||
}]}
|
||||
title="Why Hellcat?"
|
||||
description="Experience the difference of a local coffee shop dedicated to roasting excellence and community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Daily Patron",
|
||||
testimonial: "The best espresso in Conroe, hands down!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-beautiful-woman-enjoying-coffee_23-2148317286.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
role: "Commuter",
|
||||
testimonial: "My morning drive-through routine, fast and friendly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-restaurant_23-2148018756.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emma L.",
|
||||
role: "Coffee Enthusiast",
|
||||
testimonial: "Love the fire-roasted flavor profile, absolutely unique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time-medium-shot_23-2149308457.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Josh B.",
|
||||
role: "Regular",
|
||||
testimonial: "Always consistent and perfect roasting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Kate M.",
|
||||
role: "Local",
|
||||
testimonial: "The atmosphere is great and the coffee is better.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg",
|
||||
},
|
||||
]}
|
||||
title="Fan Favorites"
|
||||
description="Don't just take our word for it—join the hundreds of loyal Hellcat fans."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[{ id: "t1", name: "Sarah J.", role: "Daily Patron", testimonial: "The best espresso in Conroe, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-beautiful-woman-enjoying-coffee_23-2148317286.jpg" }, { id: "t2", name: "Mark D.", role: "Commuter", testimonial: "My morning drive-through routine, fast and friendly.", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-restaurant_23-2148018756.jpg" }, { id: "t3", name: "Emma L.", role: "Coffee Enthusiast", testimonial: "Love the fire-roasted flavor profile, absolutely unique.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time-medium-shot_23-2149308457.jpg" }, { id: "t4", name: "Josh B.", role: "Regular", testimonial: "Always consistent and perfect roasting.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg" }, { id: "t5", name: "Kate M.", role: "Local", testimonial: "The atmosphere is great and the coffee is better.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg" }]}
|
||||
title="Fan Favorites"
|
||||
description="Don't just take our word for it—join the hundreds of loyal Hellcat fans."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are your hours?",
|
||||
content: "We're open daily, closing at 6:00 PM.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you have drive-through?",
|
||||
content: "Yes, our drive-through is open for your convenience.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where are you located?",
|
||||
content: "12922 TX-105, Conroe, TX 77304.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[{ id: "f1", title: "What are your hours?", content: "We're open daily, closing at 6:00 PM." }, { id: "f2", title: "Do you have drive-through?", content: "Yes, our drive-through is open for your convenience." }, { id: "f3", title: "Where are you located?", content: "12922 TX-105, Conroe, TX 77304." }]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Visit Us Today"
|
||||
description="Come grab a cup at our Conroe location. We look forward to fueling your day."
|
||||
tag="Get in Touch"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Visit Us Today"
|
||||
description="Come grab a cup at our Conroe location. We look forward to fueling your day."
|
||||
tag="Get in Touch"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:9365880108",
|
||||
},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Hellcat Coffee Co."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[{ title: "Navigate", items: [{ label: "Menu", href: "#products" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }, { title: "Connect", items: [{ label: "Call Us", href: "tel:9365880108" }, { label: "Directions", href: "https://maps.google.com" }] }]}
|
||||
logoText="Hellcat Coffee Co."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user