Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-12 04:04:53 +00:00

View File

@@ -8,7 +8,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Sparkles, Leaf, Heart } from "lucide-react";
import { Sparkles, Leaf, Heart, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -82,7 +82,8 @@ export default function LandingPage() {
<FeatureCardOne
title="The Collection"
description="Discover our carefully curated selection of artisan breads, delicate pastries, and signature cakes—each crafted with premium, organic ingredients and innovative modern techniques."
tag="What We Offer"
tag="Limited Batches Daily"
tagIcon={Zap}
tagAnimation="slide-up"
textboxLayout="default"
features={[
@@ -226,4 +227,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}