Merge version_2 into main #3
112
src/app/page.tsx
112
src/app/page.tsx
@@ -45,26 +45,24 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Elevating Landscapes in Brookhaven"
|
||||
description="Foot Solutions Brookhaven delivers premium, nature-inspired landscape solutions designed to transform your outdoor environment into a sophisticated living space."
|
||||
title="Elevating Comfort at Foot Solutions Brookhaven"
|
||||
description="Discover the perfect fit with Foot Solutions Brookhaven. We combine expert consultation with premium footwear technology to ensure every step you take is supported and comfortable."
|
||||
testimonials={[
|
||||
{ name: "Sarah Miller", handle: "@smiller", testimonial: "Exceptional service and vision. Our backyard was transformed perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sat-happily-flower-garden-laid-her-hands-towards-wooden-fence_1150-19409.jpg" },
|
||||
{ name: "John Doe", handle: "@jdoe", testimonial: "Reliable, professional, and highly skilled team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/annoyed-adult-caucasian-male-gardener-wearing-gardening-hat-holding-flowerpot_141793-115313.jpg" },
|
||||
{ name: "Emily Smith", handle: "@esmith", testimonial: "The best landscape design team in Brookhaven.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-florist-dressed-workwear-pruns-snake-plant-holds-gardening-shears-has-pleased-cheerful-face-expression_273609-31231.jpg" },
|
||||
{ name: "Mark Jones", handle: "@mjones", testimonial: "Truly exceeded expectations with our garden design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-gay-couple-giving-high-five_23-2148218946.jpg" },
|
||||
{ name: "Laura King", handle: "@lking", testimonial: "Transformative results. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-photo-background-plants-flowers-young-curly-girl-is-cute-smiling-holding-flower-pot-her-hands-with-small-flower-sprout_197531-25938.jpg" }
|
||||
{ name: "Sarah Miller", handle: "@smiller", testimonial: "The personalized fitting process here changed my life. No more foot pain!", rating: 5 },
|
||||
{ name: "John Doe", handle: "@jdoe", testimonial: "Expert staff and an incredible selection of shoes that actually feel great.", rating: 5 },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-black-wooden-bench-near-glass-window_417767-129.jpg"
|
||||
imageAlt="Luxurious backyard landscaping design"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shoe-store-interior_1150-19409.jpg"
|
||||
imageAlt="Premium footwear showcase"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Crafting Natural Perfection"
|
||||
title="Your Feet, Our Priority"
|
||||
description={[
|
||||
"With over 20 years of experience serving Brookhaven, Foot Solutions combines artistic vision with horticultural science to create sustainable, beautiful landscapes.", "Our philosophy centers on harmony between structure and nature, ensuring every project is not only visually stunning but environmentally resilient."]}
|
||||
"At Foot Solutions Brookhaven, we understand that true wellness starts from the ground up.", "Our certified pedorthists use advanced foot scanning technology to match you with orthotics and shoes tailored specifically to your needs."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,35 +73,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Stone & Hardscaping", description: "Custom patios, walkways, and retaining walls built to last.", media: { imageSrc: "http://img.b2bpic.net/free-photo/town-square-shenzhen_1359-1110.jpg" },
|
||||
title: "Custom Orthotics", description: "Precision-crafted inserts for optimal support.", media: { imageSrc: "http://img.b2bpic.net/free-photo/orthotic-inserts_1359-1110.jpg" },
|
||||
items: [
|
||||
{ icon: Shield, text: "Stone craftsmanship" },
|
||||
{ icon: Layers, text: "Durable designs" },
|
||||
{ icon: Shield, text: "Quality guarantee" },
|
||||
{ icon: Shield, text: "Biomechanically aligned" },
|
||||
{ icon: Layers, text: "Custom fit" },
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Advanced Irrigation", description: "Efficient watering systems for health and conservation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-close-up-ferromagnetic-metal_23-2148253626.jpg" },
|
||||
title: "Advanced Foot Scanning", description: "Get an exact map of your foot pressure and shape.", media: { imageSrc: "http://img.b2bpic.net/free-photo/foot-scan-technology_23-2148253626.jpg" },
|
||||
items: [
|
||||
{ icon: Droplets, text: "Water savings" },
|
||||
{ icon: Settings, text: "Automated precision" },
|
||||
{ icon: Leaf, text: "Plant hydration" },
|
||||
{ icon: Settings, text: "Instant analysis" },
|
||||
{ icon: Leaf, text: "Data-driven comfort" },
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Garden Lighting", description: "Ambient lighting that brings your garden to life at night.", media: { imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728869.jpg" },
|
||||
items: [
|
||||
{ icon: Sun, text: "Atmospheric lights" },
|
||||
{ icon: Zap, text: "Low energy usage" },
|
||||
{ icon: Sparkles, text: "Safety and beauty" },
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Landscaping Services"
|
||||
description="We offer comprehensive landscape solutions tailored to your unique outdoor needs."
|
||||
title="Our Core Solutions"
|
||||
description="Tailored care for lasting foot health."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,23 +100,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", value: "500+", title: "Projects Completed", description: "Successful transformations", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg" },
|
||||
{ id: "m2", value: "20+", title: "Years Experience", description: "Serving Brookhaven local community", imageSrc: "http://img.b2bpic.net/free-photo/seedlings-with-garden-tools_658428-187.jpg" },
|
||||
{ id: "m3", value: "98%", title: "Client Satisfaction", description: "Consistently trusted partner", imageSrc: "http://img.b2bpic.net/free-photo/business-marketing-concept-with-wooden-blocks-wooden-table-side-view_176474-9340.jpg" },
|
||||
{ id: "m1", value: "10k+", title: "Happy Feet", description: "Customers served", imageSrc: "http://img.b2bpic.net/free-photo/smiling-customer_23-2147844313.jpg" },
|
||||
{ id: "m2", value: "15+", title: "Years Experience", description: "Dedicated to comfort", imageSrc: "http://img.b2bpic.net/free-photo/store-front_658428-187.jpg" },
|
||||
]}
|
||||
title="Proven Excellence"
|
||||
description="Our work speaks through these results."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Brookhaven Estates", "Meadow View", "Grand Oak Gardens", "Stone Valley", "Brookhaven Manor", "Crestview Terrace", "Summit Gardens"]}
|
||||
title="Trusted by Local Neighborhoods"
|
||||
description="Our professional services are preferred across the city."
|
||||
title="Proven Results"
|
||||
description="Your path to pain-free movement."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,34 +114,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", role: "CEO", company: "HomeOwner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5937.jpg" },
|
||||
{ id: "2", name: "John Doe", role: "Architect", company: "DesignStudio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-care-their-plants-greenhouse_23-2149037274.jpg" },
|
||||
{ id: "3", name: "Emily Smith", role: "Designer", company: "ArtCore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-lady-white-dress-sitting-bench-touching-her-leg-after-walk-with-daughter-outdoor-portrait-romantic-young-mom-little-girl-hat-posing-together-with-park_197531-3988.jpg" },
|
||||
{ id: "4", name: "Mark Jones", role: "Founder", company: "TechStart", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-celebrating-giving-highfive-each-other-while-being-meeting-with-real-estate-agent_637285-6877.jpg" },
|
||||
{ id: "5", name: "Laura King", role: "Director", company: "LocalBiz", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-owner-her-nursery-standing-holding-hands-two-pots-with-red-white-flowers-greenhouse_158595-7117.jpg" },
|
||||
{ id: "1", name: "Sarah Miller", role: "Teacher", company: "Brookhaven Local", rating: 5 },
|
||||
{ id: "2", name: "John Doe", role: "Runner", company: "Athlete", rating: 5 },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5.0", label: "Avg Rating" },
|
||||
{ value: "100%", label: "On Time" },
|
||||
{ value: "Unlimited", label: "Creativity" },
|
||||
{ value: "99%", label: "Comfort Success" },
|
||||
{ value: "4.9", label: "Avg Rating" },
|
||||
{ value: "Custom", label: "Solution Based" },
|
||||
]}
|
||||
title="Client Voices"
|
||||
description="Read about experiences from our local clients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer seasonal maintenance?", content: "Yes, we provide year-round maintenance packages." },
|
||||
{ id: "f2", title: "How long does a typical project take?", content: "Timelines depend on scope, typically 1-3 weeks." },
|
||||
{ id: "f3", title: "Is a consultation free?", content: "We offer a free initial consultation to discuss your vision." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common inquiries about our landscaping process."
|
||||
faqsAnimation="slide-up"
|
||||
title="Client Success Stories"
|
||||
description="Hear from customers who found their perfect fit."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -174,11 +131,11 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Ready to start?"
|
||||
title="Schedule Your Consultation"
|
||||
description="Let's create the landscape of your dreams today."
|
||||
tag="Schedule a Fitting"
|
||||
title="Book Your Assessment"
|
||||
description="Find relief today. Our experts are ready to assist you."
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "mailto:hello@footsolutions.com" },
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,9 +144,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Foot Solutions Brookhaven"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
|
||||
{ title: "Solutions", items: [{ label: "Custom Orthotics", href: "#features" }, { label: "Footwear", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Foot Solutions Brookhaven"
|
||||
/>
|
||||
@@ -197,4 +153,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user