Merge version_1_1776415475126 into main #1

Merged
bender merged 2 commits from version_1_1776415475126 into main 2026-04-17 08:46:58 +00:00

View File

@@ -2,7 +2,6 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import FooterBasic from '@/components/sections/footer/FooterBasic';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarCentered from '@/components/ui/NavbarCentered';
import PolicyContent from '@/components/sections/legal/PolicyContent';
import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards';
import TestimonialDetailedCards from '@/components/sections/testimonial/TestimonialDetailedCards';
import { Coffee, Flame } from "lucide-react";
@@ -10,146 +9,77 @@ import { Coffee, Flame } from "lucide-react";
export default function HomePage() {
return (
<>
<div id="nav" data-section="nav">
<NavbarCentered
logo="Artisan Brew Co"
navItems={[
{
name: "Home",
href: "/",
},
{
name: "Menu",
href: "/menu",
},
{
name: "About",
href: "/about",
},
{
name: "Contact",
href: "/contact",
},
]}
ctaButton={{
text: "Visit Us",
href: "/contact",
}}
/>
</div>
<div id="nav" data-section="nav">
<NavbarCentered
logo="Artisan Brew Co"
navItems={[
{ name: "Home", href: "/" },
{ name: "Menu", href: "/menu" },
{ name: "About", href: "/about" },
{ name: "Contact", href: "/contact" },
]}
ctaButton={{ text: "Visit Us", href: "/contact" }}
/>
</div>
<div id="hero-home" data-section="hero-home">
<HeroSplit
tag="Crafted with Passion"
title="Experience the Art of Specialty Coffee"
description="Artisan Brew Co brings you the finest ethically sourced beans, roasted to perfection in our cozy downtown workshop."
primaryButton={{
text: "View Menu",
href: "/menu",
}}
secondaryButton={{
text: "Our Story",
href: "/about",
}}
imageSrc="https://images.unsplash.com/photo-1714894692674-d96eba437cdf?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHw2Mnx8Y296eSUyMG1vZGVybiUyMGNhZmUlMjBjb2ZmZWUlMjBicmV3aW5nfGVufDF8MHx8fDE3NzY0MTU1MTR8MA&ixlib=rb-4.1.0&q=80&w=1080"
/>
</div>
<div id="hero-home" data-section="hero-home">
<HeroSplit
tag="Crafted with Passion"
title="Experience the Art of Specialty Coffee"
description="Artisan Brew Co brings you the finest ethically sourced beans, roasted to perfection in our cozy downtown workshop."
primaryButton={{ text: "View Menu", href: "/menu" }}
secondaryButton={{ text: "Our Story", href: "/about" }}
imageSrc="https://images.unsplash.com/photo-1714894692674-d96eba437cdf?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHw2Mnx8Y296eSUyMG1vZGVybiUyMGNhZmUlMjBjb2ZmZWUlMjBicmV3aW5nfGVufDF8MHx8fDE3NzY0MTU1MTR8MA&ixlib=rb-4.1.0&q=80&w=1080"
/>
</div>
<div id="about-story" data-section="about-story">
<AboutFeaturesSplit
tag="Our Story"
title="From Bean to Cup"
description="We believe coffee is a ritual. Every cup at Artisan Brew Co tells the story of farmers, roasters, and baristas united by a love for quality."
items={[
{
icon: Coffee,
title: "Ethically Sourced",
description: "Working directly with farmers.",
},
{
icon: Flame,
title: "Small Batch Roast",
description: "Roasting daily for freshness.",
},
]}
imageSrc="https://images.unsplash.com/photo-1562835155-1fa627c69744?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHw2MXx8Y29mZmVlJTIwcm9hc3RlcnklMjBpbnRlcmlvcnxlbnwxfDB8fHwxNzc2NDE1NTE0fDA&ixlib=rb-4.1.0&q=80&w=1080"
/>
</div>
<div id="about-story" data-section="about-story">
<AboutFeaturesSplit
tag="Our Story"
title="From Bean to Cup"
description="We believe coffee is a ritual. Every cup at Artisan Brew Co tells the story of farmers, roasters, and baristas united by a love for quality."
items={[
{ icon: Coffee, title: "Ethically Sourced", description: "Working directly with farmers." },
{ icon: Flame, title: "Small Batch Roast", description: "Roasting daily for freshness." },
]}
imageSrc="https://images.unsplash.com/photo-1562835155-1fa627c69744?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHw2MXx8Y29mZmVlJTIwcm9hc3RlcnklMjBpbnRlcmlvcnxlbnwxfDB8fHwxNzc2NDE1NTE0fDA&ixlib=rb-4.1.0&q=80&w=1080"
/>
</div>
<div id="home-testimonials" data-section="home-testimonials">
<TestimonialDetailedCards
tag="Reviews"
title="What our coffee lovers say"
testimonials={[
{
title: "Best Brew!",
quote: "The single origin pour-over is life-changing.",
name: "Sarah J.",
role: "Local Regular",
imageSrc: "https://images.unsplash.com/photo-1631889780666-638c04255fc0?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHw2NHx8cG9ydHJhaXQlMjBvZiUyMGElMjBoYXBweSUyMGN1c3RvbWVyfGVufDF8MHx8fDE3NzY0MTU1MTV8MA&ixlib=rb-4.1.0&q=80&w=1080",
},
{
title: "Perfect mornings",
quote: "Nothing beats the atmosphere here. The baristas really care about the craft.",
name: "Mark D.",
role: "Daily Visitor",
imageSrc: "https://images.unsplash.com/photo-1572379641671-23e12242b96d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHw0Mnx8cG9ydHJhaXQlMjBvZiUyMGElMjBjdXN0b21lciUyMGRyaW5raW5nJTIwY29mZmVlfGVufDF8MHx8fDE3NzY0MTU1MTV8MA&ixlib=rb-4.1.0&q=80&w=1080",
},
{
title: "Exquisite quality",
quote: "Finally, a place that understands extraction and roast profiles.",
name: "Elena R.",
role: "Coffee Enthusiast",
imageSrc: "https://images.unsplash.com/photo-1549807820-e3d29e488d05?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyNXx8cG9ydHJhaXQlMjBvZiUyMGElMjBjb2ZmZWUlMjBlbnRodXNpYXN0fGVufDF8MHx8fDE3NzY0MTU1MTZ8MA&ixlib=rb-4.1.0&q=80&w=1080",
},
{
title: "My workspace",
quote: "Great Wi-Fi, better coffee. The best way to start a work day.",
name: "Kevin L.",
role: "Freelancer",
imageSrc: "https://images.unsplash.com/photo-1530621441005-06d343ab2f38?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMXx8cG9ydHJhaXQlMjBvZiUyMGElMjBmcmVlbGFuY2VyJTIwaW4lMjBhJTIwY2FmZXxlbnwxfDB8fHwxNzc2NDE1NTE2fDA&ixlib=rb-4.1.0&q=80&w=1080",
},
{
title: "Pure joy",
quote: "A hidden gem in the heart of downtown. Can't recommend enough.",
name: "Lisa T.",
role: "Tourist",
imageSrc: "https://images.unsplash.com/photo-1664120235542-9b03df472660?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyOHx8cG9ydHJhaXQlMjBvZiUyMGElMjBzbWlsaW5nJTIwdG91cmlzdHxlbnwxfDB8fHwxNzc2NDE1NTE3fDA&ixlib=rb-4.1.0&q=80&w=1080",
},
]}
description="Join our community of coffee enthusiasts who make us their daily ritual."
/>
</div>
<div id="home-testimonials" data-section="home-testimonials">
<TestimonialDetailedCards
tag="Reviews"
title="What our coffee lovers say"
description="Join our community of coffee enthusiasts who make us their daily ritual."
testimonials={[
{ title: "Best Brew!", quote: "The single origin pour-over is life-changing.", name: "Sarah J.", role: "Local Regular", imageSrc: "https://images.unsplash.com/photo-1631889780666-638c04255fc0?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHw2NHx8cG9ydHJhaXQlMjBvZiUyMGElMjBoYXBweSUyMGN1c3RvbWVyfGVufDF8MHx8fDE3NzY0MTU1MTV8MA&ixlib=rb-4.1.0&q=80&w=1080" },
{ title: "Perfect mornings", quote: "Nothing beats the atmosphere here. The baristas really care about the craft.", name: "Mark D.", role: "Daily Visitor", imageSrc: "https://images.unsplash.com/photo-1572379641671-23e12242b96d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHw0Mnx8cG9ydHJhaXQlMjBvZiUyMGElMjBjdXN0b21lciUyMGRyaW5raW5nJTIwY29mZmVlfGVufDF8MHx8fDE3NzY0MTU1MTV8MA&ixlib=rb-4.1.0&q=80&w=1080" },
{ title: "Exquisite quality", quote: "Finally, a place that understands extraction and roast profiles.", name: "Elena R.", role: "Coffee Enthusiast", imageSrc: "https://images.unsplash.com/photo-1549807820-e3d29e488d05?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyNXx8cG9ydHJhaXQlMjBvZiUyMGElMjBjb2ZmZWUlMjBlbnRodXNpYXN0fGVufDF8MHx8fDE3NzY0MTU1MTZ8MA&ixlib=rb-4.1.0&q=80&w=1080" },
{ title: "My workspace", quote: "Great Wi-Fi, better coffee. The best way to start a work day.", name: "Kevin L.", role: "Freelancer", imageSrc: "https://images.unsplash.com/photo-1530621441005-06d343ab2f38?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMXx8cG9ydHJhaXQlMjBvZiUyMGElMjBmcmVlbGFuY2VyJTIwaW4lMjBhJTIwY2FmZXxlbnwxfDB8fHwxNzc2NDE1NTE2fDA&ixlib=rb-4.1.0&q=80&w=1080" },
{ title: "Pure joy", quote: "A hidden gem in the heart of downtown. Can't recommend enough.", name: "Lisa T.", role: "Tourist", imageSrc: "https://images.unsplash.com/photo-1664120235542-9b03df472660?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyOHx8cG9ydHJhaXQlMjBvZiUyMGElMjBzbWlsaW5nJTIwdG91cmlzdHxlbnwxfDB8fHwxNzc2NDE1NTE3fDA&ixlib=rb-4.1.0&q=80&w=1080" }
]}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingHighlightedCards />
</div>
<div id="pricing" data-section="pricing">
<PricingHighlightedCards
tag="Pricing"
title="Membership"
description="Join our coffee club"
plans={[
{ tag: "Basic", price: "$10", period: "mo", features: ["Free drip coffee", "10% off"], primaryButton: { text: "Join", href: "#" } },
{ tag: "Pro", price: "$20", period: "mo", features: ["Unlimited drip", "20% off", "Merch"], primaryButton: { text: "Join", href: "#" } }
]}
/>
</div>
<div id="legal" data-section="legal">
<PolicyContent />
</div>
<div id="home-footer" data-section="home-footer">
<FooterBasic
columns={[
{
title: "Navigate",
items: [
{
label: "Menu",
href: "/menu",
},
{
label: "About",
href: "/about",
},
],
},
]}
leftText="© 2024 Artisan Brew Co."
rightText="Warm coffee, warmer hearts."
/>
</div>
<div id="home-footer" data-section="home-footer">
<FooterBasic
columns={[{ title: "Navigate", items: [{ label: "Menu", href: "/menu" }, { label: "About", href: "/about" }] }]}
leftText="© 2024 Artisan Brew Co."
rightText="Warm coffee, warmer hearts."
/>
</div>
</>
);
}
}