diff --git a/src/app/page.tsx b/src/app/page.tsx index 63e3c41..161e512 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Sparkles, Leaf, Award, TrendingUp, HelpCircle, CheckCircle, Clock, Calendar, Palette, Hammer, Droplet } from "lucide-react"; export default function LandingPage() { @@ -20,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmall" - background="fluid" + background="circleGradient" cardStyle="solid" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -53,10 +54,10 @@ export default function LandingPage() { { text: "View Our Portfolio", href: "#portfolio" } ]} buttonAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} dashboard={{ title: "Transformation Showcase", logoIcon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=1", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", buttons: [ { text: "Browse Services", href: "#services" }, { text: "View Pricing", href: "#booking" } ], @@ -140,9 +141,9 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "1", brand: "Estate Collection", name: "Mediterranean Garden Retreat", price: "$85,000", rating: 5, reviewCount: "12 transformations", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg?_wi=1", imageAlt: "Mediterranean garden with stone features" }, - { id: "2", brand: "Modern Collection", name: "Contemporary Outdoor Oasis", price: "$120,000", rating: 5, reviewCount: "8 installations", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=2", imageAlt: "Modern luxury patio with seating" }, - { id: "3", brand: "Classic Collection", name: "English Garden Sanctuary", price: "$95,000", rating: 5, reviewCount: "15 completed", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=3", imageAlt: "Lush English-style garden landscape" } + { id: "1", brand: "Estate Collection", name: "Mediterranean Garden Retreat", price: "$85,000", rating: 5, reviewCount: "12 transformations", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg", imageAlt: "Mediterranean garden with stone features" }, + { id: "2", brand: "Modern Collection", name: "Contemporary Outdoor Oasis", price: "$120,000", rating: 5, reviewCount: "8 installations", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Modern luxury patio with seating" }, + { id: "3", brand: "Classic Collection", name: "English Garden Sanctuary", price: "$95,000", rating: 5, reviewCount: "15 completed", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Lush English-style garden landscape" } ]} /> @@ -177,8 +178,8 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" metrics={[ - { id: "1", value: "680+", title: "Projects Completed", description: "Luxury landscapes delivered nationwide", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg?_wi=2", imageAlt: "Completed project showcase" }, - { id: "2", value: "98.8%", title: "Client Satisfaction", description: "Consistently 5-star rated experiences", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=4", imageAlt: "Satisfied client testimonial" } + { id: "1", value: "680+", title: "Projects Completed", description: "Luxury landscapes delivered nationwide", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg", imageAlt: "Completed project showcase" }, + { id: "2", value: "98.8%", title: "Client Satisfaction", description: "Consistently 5-star rated experiences", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Satisfied client testimonial" } ]} /> @@ -191,7 +192,7 @@ export default function LandingPage() { { text: "Schedule Consultation", href: "mailto:hello@luxurylandscapes.com" }, { text: "View Pricing Plans", href: "#services" } ]} - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={true} />