Merge version_3 into main #6
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user