From 875871a6a959ea1d85b3dfd8c7fc27f7d18b966e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 11:42:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c9233b..90e67a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,19 +150,28 @@ 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={[ - "Luxury Wedding Magazine", "Boutique Hotel Group", "Elite Event Planners", "High-End Fashion Brand", "Gourmet Catering Service", "Luxury Jewelry Boutique", "Premium Gift Company" - ]} + names={[]} animationType="slide-up" 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" } + ]} />