Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-03 18:26:11 +00:00

View File

@@ -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}
/>
</div>
@@ -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() {
<ContactSplitForm
title="Start Your Fencing Project"
description="Enhance your property today."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Email Address" }