Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-21 15:30:25 +00:00

View File

@@ -107,6 +107,7 @@ export default function LandingPage() {
showRating={true}
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Varun", handle: "@varun", testimonial: "The floral arrangements were absolutely breathtaking, turning our venue into a dreamland.", rating: 5, icon: Star },
{ id: "t2", name: "Srija", handle: "@srija", testimonial: "Professionalism and artistry combined perfectly. Truly memorable experiences.", rating: 5, icon: Star },
@@ -120,6 +121,7 @@ export default function LandingPage() {
text="Let's create something extraordinary together."
background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Start Consultation", href: "#" }]}
useInvertedBackground={false}
/>
</div>