Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3667ba058 | |||
| f88e665494 | |||
| d61cbe030c |
@@ -8,7 +8,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
|||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -82,7 +82,8 @@ export default function LandingPage() {
|
|||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
title="The Collection"
|
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."
|
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"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
features={[
|
features={[
|
||||||
@@ -226,4 +227,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user