3 Commits

Author SHA1 Message Date
c490fbe0f4 Update src/app/page.tsx 2026-05-26 01:03:28 +00:00
b34469c57f Update src/app/page.tsx 2026-05-26 01:02:56 +00:00
142253fd29 Merge version_2 into main
Merge version_2 into main
2026-05-26 01:00:44 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
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 HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
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 ProductCardTwo from '@/components/sections/product/ProductCardTwo';
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() {
return (
@@ -121,20 +121,20 @@ export default function LandingPage() {
</div>
<div id="menu" data-section="menu">
<FeatureHoverPattern
<FeatureCardTwelve
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
icon: Coffee,
title: "Artisanal Coffee & Lattes", description: "Expertly brewed coffee, espresso drinks, and lattes crafted with passion."},
id: "f1", label: "Artisanal Coffee & Lattes", title: "Artisanal Coffee & Lattes", items: ["Expertly brewed coffee, espresso drinks, and lattes crafted with passion."],
},
{
icon: Cake,
title: "Freshly Baked Pastries", description: "Indulge in our selection of muffins, cakes, croissants, and other delightful treats."},
id: "f2", label: "Freshly Baked Pastries", title: "Freshly Baked Pastries", items: ["Indulge in our selection of muffins, cakes, croissants, and other delightful treats."],
},
{
icon: Cog,
title: "Refreshing Smoothies", description: "Healthy and delicious fruit smoothies, perfect for a quick energy boost."},
id: "f3", label: "Refreshing Smoothies", title: "Refreshing Smoothies", items: ["Healthy and delicious fruit smoothies, perfect for a quick energy boost."],
},
]}
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."