From 116b201bc58d7cf992a98b960d9075acad0d8920 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:26:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ceb7249..3cfbc4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,8 @@ export default function LandingPage() { dashboard={{ title: "Project Overview", stats: [ { title: "Active Projects", values: [12, 15, 20], description: "Ongoing installations" }, - { title: "Customer Satisfaction", values: [98, 99, 100], description: "Client rating" } + { title: "Client Rating", values: [98, 99, 100], description: "Customer Satisfaction" }, + { title: "Growth Rate", values: [5, 10, 15], description: "Annual Expansion" } ], logoIcon: Shield, sidebarItems: [{ icon: Shield, active: true }, { icon: Users }], @@ -65,6 +66,7 @@ export default function LandingPage() { { icon: BarChart3, label: "Projects Done", value: "1200+" } ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -73,6 +75,7 @@ export default function LandingPage() { title="Our Specialized Fencing Services" description="From classic timber designs to modern security solutions, we offer custom fencing tailored to your project requirements." textboxLayout="split" + useInvertedBackground={false} features={[ { title: "Wood Fencing", description: "Traditional timber designs providing natural beauty and durability.", imageSrc: "https://pixabay.com/get/gaf0302c755aa9176946e6bc3dcbb6672b14aaff98e051c1e3e3b721af3765a2713d142c7f30ba005f159369f59df9fd7bd4173cd98c61830def1ccce869b877c_1280.jpg" }, { title: "Metal Security", description: "High-strength metal fencing for superior property security.", imageSrc: "https://pixabay.com/get/gad12568cb7d02a25d729b47b1fe72767c6f2abbbbe0effd69a24e5c84d3825570e574170c3eb5eea98177ab5fcd9fd327c43157659c14eb570f50ed3ea8e538b_1280.jpg" } @@ -104,6 +107,7 @@ export default function LandingPage() { description="Clear answers to help you choose." faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} faqs={[ { id: "1", title: "How long does installation take?", content: "1-3 days on average." }, { id: "2", title: "Do you provide estimates?", content: "Yes, always free." } @@ -115,6 +119,7 @@ export default function LandingPage() {