Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
206
src/app/page.tsx
206
src/app/page.tsx
@@ -30,31 +30,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="XBS"
|
||||
button={{
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,99 +52,56 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Elevating Outdoor Spaces"
|
||||
description="XBS Business Solutions provides professional, high-end landscaping services. We transform residential and commercial landscapes into breathtaking, sustainable outdoor sanctuaries."
|
||||
testimonials={[
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "@dm_landscape",
|
||||
testimonial: "XBS completely revitalized our garden. Truly professional results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-speaking-phone-sitting-bench_176420-5895.jpg",
|
||||
},
|
||||
name: "David M.", handle: "@dm_landscape", testimonial: "XBS completely revitalized our garden. Truly professional results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-speaking-phone-sitting-bench_176420-5895.jpg"},
|
||||
{
|
||||
name: "Sarah W.",
|
||||
handle: "@sarahw_design",
|
||||
testimonial: "Exceptional attention to detail and design. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg",
|
||||
},
|
||||
name: "Sarah W.", handle: "@sarahw_design", testimonial: "Exceptional attention to detail and design. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg"},
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@johnd_home",
|
||||
testimonial: "The best landscaping experience we have had to date.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-giving-potted-plant-her-client-greenhouse_23-2147948333.jpg",
|
||||
},
|
||||
name: "John D.", handle: "@johnd_home", testimonial: "The best landscaping experience we have had to date.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-giving-potted-plant-her-client-greenhouse_23-2147948333.jpg"},
|
||||
{
|
||||
name: "Emma L.",
|
||||
handle: "@emmal_gardens",
|
||||
testimonial: "Stunning transformation that added real value to our property.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg",
|
||||
},
|
||||
name: "Emma L.", handle: "@emmal_gardens", testimonial: "Stunning transformation that added real value to our property.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg"},
|
||||
{
|
||||
name: "Robert B.",
|
||||
handle: "@rob_b",
|
||||
testimonial: "Responsive, professional, and excellent quality work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12311.jpg",
|
||||
},
|
||||
name: "Robert B.", handle: "@rob_b", testimonial: "Responsive, professional, and excellent quality work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12311.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488215.jpg"
|
||||
imageAlt="Professional landscaping design"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176587.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176587.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-woman-knitted-sweater-with-phone-notebook-her-hands_197531-12362.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-woman-knitted-sweater-with-phone-notebook-her-hands_197531-12362.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-beautiful-plant-pot_23-2148509874.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-beautiful-plant-pot_23-2148509874.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127313.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127313.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Design",
|
||||
},
|
||||
type: "text", text: "Premium Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Solutions",
|
||||
},
|
||||
type: "text", text: "Sustainable Solutions"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Maintenance",
|
||||
},
|
||||
type: "text", text: "Expert Maintenance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hardscaping Experts",
|
||||
},
|
||||
type: "text", text: "Hardscaping Experts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Irrigation Pros",
|
||||
},
|
||||
type: "text", text: "Irrigation Pros"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,17 +113,11 @@ export default function LandingPage() {
|
||||
description="At XBS Business Solutions, we blend aesthetic beauty with practical horticulture. Our expertise spans complete property management, sustainable landscape design, and premium maintenance."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
},
|
||||
value: "500+", title: "Projects Completed"},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
},
|
||||
value: "98%", title: "Client Satisfaction"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg"
|
||||
imageAlt="Landscape maintenance professional"
|
||||
@@ -192,26 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Lawn Maintenance",
|
||||
description: "Precision mowing and comprehensive care for lush, healthy grass.",
|
||||
tag: "Essential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41432.jpg",
|
||||
},
|
||||
id: "f1", title: "Lawn Maintenance", description: "Precision mowing and comprehensive care for lush, healthy grass.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41432.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Hardscaping Design",
|
||||
description: "Custom patios, walkways, and retaining walls built to last.",
|
||||
tag: "Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-persimmon-fruits-decorated-with-flour-black-surface_114579-88966.jpg",
|
||||
},
|
||||
id: "f2", title: "Hardscaping Design", description: "Custom patios, walkways, and retaining walls built to last.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/dried-persimmon-fruits-decorated-with-flour-black-surface_114579-88966.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Irrigation Systems",
|
||||
description: "Smart, water-efficient irrigation setup for optimal plant growth.",
|
||||
tag: "Technical",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-watering-succulent-plant_23-2147844312.jpg",
|
||||
},
|
||||
id: "f3", title: "Irrigation Systems", description: "Smart, water-efficient irrigation setup for optimal plant growth.", tag: "Technical", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-watering-succulent-plant_23-2147844312.jpg"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Providing comprehensive care for your property needs."
|
||||
@@ -226,25 +152,15 @@ export default function LandingPage() {
|
||||
author="Jessica Reed"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-surrounded-by-plants_23-2150522503.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-surrounded-by-plants_23-2150522503.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-taking-care-her-plants_23-2149037252.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-taking-care-her-plants_23-2149037252.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-holding-chest-full-colorful-flowers_329181-16485.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-holding-chest-full-colorful-flowers_329181-16485.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-elegant-young-woman-hat-posing-selfie-park_1262-12670.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-elegant-young-woman-hat-posing-selfie-park_1262-12670.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/healthy-lifestyle-vegetarian-food-close-up-portrait-young-cheerful-bearded-caucasian-man-smiling-working-garden_176420-19950.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/healthy-lifestyle-vegetarian-food-close-up-portrait-young-cheerful-bearded-caucasian-man-smiling-working-garden_176420-19950.jpg", alt: "Client 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -257,20 +173,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you provide free consultations?",
|
||||
content: "Yes, we offer complimentary on-site consultations for all new projects.",
|
||||
},
|
||||
id: "q1", title: "Do you provide free consultations?", content: "Yes, we offer complimentary on-site consultations for all new projects."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer seasonal maintenance?",
|
||||
content: "Yes, we provide flexible seasonal maintenance plans tailored to your needs.",
|
||||
},
|
||||
id: "q2", title: "Do you offer seasonal maintenance?", content: "Yes, we provide flexible seasonal maintenance plans tailored to your needs."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "We are fully licensed and insured, ensuring peace of mind for our clients.",
|
||||
},
|
||||
id: "q3", title: "Are you licensed and insured?", content: "We are fully licensed and insured, ensuring peace of mind for our clients."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gardener_23-2148013396.jpg"
|
||||
imageAlt="Landscape consultation"
|
||||
@@ -285,8 +192,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Transform Your Outdoors?"
|
||||
description="Schedule your professional landscaping service today."
|
||||
@@ -298,29 +204,19 @@ export default function LandingPage() {
|
||||
logoText="XBS"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user