Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-08 09:10:40 +00:00

View File

@@ -26,195 +26,98 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="THE FACTORY"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="THE FACTORY"
button={{ text: "Visit Us", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
title="Crafted with Purpose, Brewed for You"
description="At THE FACTORY, we treat every bean as a building block for the perfect cup. Experience artisan quality in an industrial-inspired space."
buttons={[
{
text: "Visit Us",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-with-choco-cookies-dark-floor-tea-cookie-biscuit_140725-73238.jpg"
imageAlt="The Factory cafe interior ambiance"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{ variant: "gradient-bars" }}
title="Crafted with Purpose, Brewed for You"
description="At THE FACTORY, we treat every bean as a building block for the perfect cup. Experience artisan quality in an industrial-inspired space."
buttons={[{ text: "Visit Us", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-with-choco-cookies-dark-floor-tea-cookie-biscuit_140725-73238.jpg"
imageAlt="modern industrial cafe interior warm lighting"
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={true}
tag="Our Philosophy"
title="Where Craft Meets Comfort"
description="We are more than a coffee shop; we are a production line of passion. We select only the finest ethically sourced beans to create drinks that power your day."
subdescription="Come experience the warmth of THE FACTORY."
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=1"
imageAlt="Barista preparation at The Factory"
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={true}
tag="Our Philosophy"
title="Where Craft Meets Comfort"
description="We are more than a coffee shop; we are a production line of passion. We select only the finest ethically sourced beans to create drinks that power your day."
subdescription="Come experience the warmth of THE FACTORY."
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg"
imageAlt="barista preparing high quality coffee close up"
mediaAnimation="slide-up"
/>
</div>
<div id="menu" data-section="menu">
<ProductCardThree
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "House Blend Espresso",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=2",
},
{
id: "2",
name: "Industrial Latte",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=3",
},
{
id: "3",
name: "Cold Brew Artisan",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=4",
},
{
id: "4",
name: "Factory Butter Croissant",
price: "$3.75",
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=5",
},
{
id: "5",
name: "Dark Chocolate Tart",
price: "$4.25",
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=6",
},
{
id: "6",
name: "Signature Cold Drip",
price: "$5.50",
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=7",
},
]}
title="The Daily Selection"
description="Our signature brews and handcrafted treats made fresh in-house every day."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardThree
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", name: "House Blend Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
{ id: "2", name: "Industrial Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
{ id: "3", name: "Cold Brew Artisan", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
{ id: "4", name: "Factory Butter Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
{ id: "5", name: "Dark Chocolate Tart", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
{ id: "6", name: "Signature Cold Drip", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
]}
title="The Daily Selection"
description="Our signature brews and handcrafted treats made fresh in-house every day."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Alex River",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2149201375.jpg",
},
{
id: "2",
name: "Sam Thorne",
imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3669.jpg",
},
{
id: "3",
name: "Jamie Lee",
imageSrc: "http://img.b2bpic.net/free-photo/good-book-fresh-coffee-it-s-perfect-afternoon_329181-2900.jpg",
},
{
id: "4",
name: "Morgan Gray",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149045767.jpg",
},
{
id: "5",
name: "Jordan Smith",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-brunette-standing-by-window-kitchen-drinking-coffee_1157-13668.jpg",
},
]}
cardTitle="What Our Community Says"
cardTag="Testimonials"
cardAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Alex River", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2149201375.jpg" },
{ id: "2", name: "Sam Thorne", imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3669.jpg" },
{ id: "3", name: "Jamie Lee", imageSrc: "http://img.b2bpic.net/free-photo/good-book-fresh-coffee-it-s-perfect-afternoon_329181-2900.jpg" },
{ id: "4", name: "Morgan Gray", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149045767.jpg" },
{ id: "5", name: "Jordan Smith", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-brunette-standing-by-window-kitchen-drinking-coffee_1157-13668.jpg" },
]}
cardTitle="What Our Community Says"
cardTag="Testimonials"
cardAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "cell-wave",
}}
text="Visit THE FACTORY today for the best brew in town."
buttons={[
{
text: "Get Directions",
href: "#",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{ variant: "cell-wave" }}
text="Visit THE FACTORY today for the best brew in town."
buttons={[{ text: "Get Directions", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Our Menu",
href: "#menu",
},
],
},
{
items: [
{
label: "Location",
href: "#contact",
},
{
label: "Privacy",
href: "#",
},
],
},
]}
logoText="THE FACTORY"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About Us", href: "#about" }, { label: "Our Menu", href: "#menu" }] },
{ items: [{ label: "Location", href: "#contact" }, { label: "Privacy", href: "#" }] },
]}
logoText="THE FACTORY"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}