6 Commits

Author SHA1 Message Date
ab660cbbb7 Update src/app/page.tsx 2026-05-25 14:17:45 +00:00
ce3eb39a4e Merge version_2 into main
Merge version_2 into main
2026-05-25 14:15:39 +00:00
ad2b92bf07 Update src/app/page.tsx 2026-05-25 14:15:36 +00:00
aa8a49cbdd Merge version_1 into main
Merge version_1 into main
2026-05-25 14:13:03 +00:00
2fad3d2436 Merge version_1 into main
Merge version_1 into main
2026-05-25 14:12:39 +00:00
0afc5bc93f Merge version_1 into main
Merge version_1 into main
2026-05-25 14:12:13 +00:00

View File

@@ -2,17 +2,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, Clock, Coffee, Instagram, Leaf, Twitter, Users } from "lucide-react"; import { Award, Clock, Coffee, Leaf, Users } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -73,15 +73,15 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Buttery Croissant", price: "$4.50", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg?_wi=1" }, { id: "p1", name: "Signature Drip", price: "$3.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-top-view-background_24972-2317.jpg" },
{ id: "p2", name: "Signature Latte", price: "$5.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg?_wi=1" }, { id: "p2", name: "Enso Latte", price: "$5.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg?_wi=1" },
{ id: "p3", name: "Avocado Toast", price: "$12.00", variant: "Brunch", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritious-breakfast-meal-assortment_23-2148833906.jpg" }, { id: "p3", name: "Matcha Ceremony", price: "$6.00", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163389.jpg" },
{ id: "p4", name: "Matcha Latte", price: "$6.00", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163389.jpg" }, { id: "p4", name: "Avocado Tartine", price: "$12.00", variant: "Brunch", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritious-breakfast-meal-assortment_23-2148833906.jpg" },
{ id: "p5", name: "Drip Roast", price: "$3.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-top-view-background_24972-2317.jpg" }, { id: "p5", name: "Classic Croissant", price: "$4.50", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg?_wi=1" },
{ id: "p6", name: "Cinnamon Roll", price: "$5.00", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-poppy-seed-rolls-with-sugar-glaze_181624-44280.jpg" } { id: "p6", name: "Almond Cinnamon Roll", price: "$5.00", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-poppy-seed-rolls-with-sugar-glaze_181624-44280.jpg" }
]} ]}
title="Handcrafted Menu" title="Enso Cafe Selection"
description="Experience our curated selection of signature roasts, teas, and house-made delicacies." description="A curated menu of mindful rituals, house-roasted coffees, and artisanal bites."
/> />
</div> </div>
@@ -156,22 +156,23 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactSplit
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Join Us" tag="Join Us"
title="Subscribe to our Newsletter" title="Join the Enso Community"
description="Stay updated with our weekly roasts and cafe updates." description="Become part of our movement. Sign up for exclusive invites to coffee tastings, local artist showcases, and sanctuary workshops."
background={{ variant: "plain" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=1"
buttonText="Get Involved"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterLogoEmphasis
logoText="Enso Cafe" logoText="Enso Cafe"
copyrightText="© 2025 Enso Cafe. All rights reserved." columns={[
socialLinks={[ { items: [{ label: "Our Story", href: "#about" }, { label: "The Menu", href: "#menu" }] },
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" }, { items: [{ label: "Community", href: "#contact" }, { label: "Find Us" }] }
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" }
]} ]}
/> />
</div> </div>