Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-06-10 11:44:37 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Flower, Box, Sparkles, Gift, Instagram, Facebook } from "lucide-react";
import { Flower, Box, Sparkles, Gift, Instagram, Facebook, Pinterest } from "lucide-react";
export default function LandingPage() {
return (
@@ -149,20 +149,13 @@ export default function LandingPage() {
title="Trusted by Leading Brands & Events"
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"
names={[]}
names={[
"Luxury Wedding Magazine", "Boutique Hotel Group", "Elite Event Planners", "High-End Fashion Brand", "Gourmet Catering Service", "Luxury Jewelry Boutique", "Premium Gift Company"
]}
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="slide-up"
buttonAnimation="slide-up"
logos={[
{ src: "http://img.b2bpic.net/free-photo/wedding-invitation-flowers-arrangement_23-2150279541.jpg", alt: "Luxury Wedding Magazine" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hih50", alt: "Boutique Hotel Group" },
{ src: "http://img.b2bpic.net/free-photo/ornaments-arrangement-flat-lay_23-2148926229.jpg", alt: "Elite Event Planners" },
{ src: "http://img.b2bpic.net/free-photo/fashion-designer-s-studio-with-essential-elements_23-2150414734.jpg", alt: "High-End Fashion Brand" },
{ src: "http://img.b2bpic.net/free-photo/grilled-lobster-tail-with-herbs-strawberries-black-plate_84443-94406.jpg", alt: "Gourmet Catering Service" },
{ src: "http://img.b2bpic.net/free-photo/lady-black-dress-holds-red-velvet-boxes-with-jewels_8353-1765.jpg", alt: "Luxury Jewelry Boutique" },
{ src: "http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101889.jpg", alt: "Premium Gift Company" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
@@ -246,7 +239,8 @@ export default function LandingPage() {
copyrightText="© 2024 Fresh Blossoms. All rights reserved."
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" }
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Pinterest, href: "#", ariaLabel: "Pinterest" }
]}
/>
</div>