Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 31c1182bd5 | |||
| ab660cbbb7 | |||
| ce3eb39a4e | |||
| ad2b92bf07 | |||
| aa8a49cbdd | |||
| 2fad3d2436 | |||
| 0afc5bc93f |
@@ -2,17 +2,17 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 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 MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
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() {
|
||||
return (
|
||||
@@ -73,15 +73,15 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
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: "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: "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: "p4", name: "Matcha Latte", price: "$6.00", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163389.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: "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: "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: "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: "Matcha Ceremony", 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: "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: "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"
|
||||
description="Experience our curated selection of signature roasts, teas, and house-made delicacies."
|
||||
title="Enso Cafe Selection"
|
||||
description="A curated menu of mindful rituals, house-roasted coffees, and artisanal bites."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -156,22 +156,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
<ContactSplit
|
||||
tag="Join Us"
|
||||
title="Subscribe to our Newsletter"
|
||||
description="Stay updated with our weekly roasts and cafe updates."
|
||||
title="Join the Enso Community"
|
||||
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 id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterLogoEmphasis
|
||||
logoText="Enso Cafe"
|
||||
copyrightText="© 2025 Enso Cafe. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" }
|
||||
columns={[
|
||||
{ items: [{ label: "Our Story", href: "#about" }, { label: "The Menu", href: "#menu" }] },
|
||||
{ items: [{ label: "Community", href: "#contact" }, { label: "Find Us" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user