Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Flower, Box, Sparkles, Gift, Instagram, Facebook, Pinterest } from "lucide-react";
|
import { Flower, Box, Sparkles, Gift, Instagram, Facebook } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -59,7 +59,6 @@ export default function LandingPage() {
|
|||||||
imageAlt="Stunning floral box arrangement with premium roses and orchids, elegant pastel pink and cream color palette."
|
imageAlt="Stunning floral box arrangement with premium roses and orchids, elegant pastel pink and cream color palette."
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
textPosition="bottom"
|
textPosition="bottom"
|
||||||
useInvertedBackground={false}
|
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -151,7 +150,6 @@ export default function LandingPage() {
|
|||||||
description="Our exquisite floral designs have graced high-profile events and partnered with luxury brands, earning us a reputation for unparalleled quality and sophisticated style."
|
description="Our exquisite floral designs have graced high-profile events and partnered with luxury brands, earning us a reputation for unparalleled quality and sophisticated style."
|
||||||
tag="Our Partners"
|
tag="Our Partners"
|
||||||
names={[]}
|
names={[]}
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -248,10 +246,8 @@ export default function LandingPage() {
|
|||||||
copyrightText="© 2024 Fresh Blossoms. All rights reserved."
|
copyrightText="© 2024 Fresh Blossoms. All rights reserved."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
{ icon: Facebook, href: "#", ariaLabel: "Facebook" }
|
||||||
{ icon: Pinterest, href: "#", ariaLabel: "Pinterest" }
|
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user