Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c490fbe0f4 | |||
| b34469c57f | |||
| 142253fd29 |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
@@ -12,7 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import { Cake, Coffee, Cog, Heart, Home, Smile, Sparkles, Star, Wifi } from "lucide-react";
|
import { Cake, Coffee, Heart, Home, Smile, Sparkles, Star, Wifi } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -121,20 +121,20 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<FeatureHoverPattern
|
<FeatureCardTwelve
|
||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Coffee,
|
id: "f1", label: "Artisanal Coffee & Lattes", title: "Artisanal Coffee & Lattes", items: ["Expertly brewed coffee, espresso drinks, and lattes crafted with passion."],
|
||||||
title: "Artisanal Coffee & Lattes", description: "Expertly brewed coffee, espresso drinks, and lattes crafted with passion."},
|
},
|
||||||
{
|
{
|
||||||
icon: Cake,
|
id: "f2", label: "Freshly Baked Pastries", title: "Freshly Baked Pastries", items: ["Indulge in our selection of muffins, cakes, croissants, and other delightful treats."],
|
||||||
title: "Freshly Baked Pastries", description: "Indulge in our selection of muffins, cakes, croissants, and other delightful treats."},
|
},
|
||||||
{
|
{
|
||||||
icon: Cog,
|
id: "f3", label: "Refreshing Smoothies", title: "Refreshing Smoothies", items: ["Healthy and delicious fruit smoothies, perfect for a quick energy boost."],
|
||||||
title: "Refreshing Smoothies", description: "Healthy and delicious fruit smoothies, perfect for a quick energy boost."},
|
},
|
||||||
]}
|
]}
|
||||||
title="Taste the Craft: Our Signature Offerings"
|
title="Taste the Craft: Our Signature Offerings"
|
||||||
description="Explore a delightful range of beverages and baked goods, meticulously prepared to brighten your day. Whether you crave a rich coffee or a sweet treat, we have something special for everyone."
|
description="Explore a delightful range of beverages and baked goods, meticulously prepared to brighten your day. Whether you crave a rich coffee or a sweet treat, we have something special for everyone."
|
||||||
|
|||||||
Reference in New Issue
Block a user