Merge version_1 into main #1
120
src/app/page.tsx
120
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Floor Restoration"
|
||||
/>
|
||||
@@ -51,63 +45,33 @@ export default function LandingPage() {
|
||||
description="Revitalize your home with our professional hardwood restoration and polishing services. We bring the natural beauty back to your floors."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@johnd",
|
||||
testimonial: "Excellent service, my floors look brand new again!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
|
||||
},
|
||||
name: "John D.", handle: "@johnd", testimonial: "Excellent service, my floors look brand new again!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg"},
|
||||
{
|
||||
name: "Sarah W.",
|
||||
handle: "@sarahw",
|
||||
testimonial: "Professional and very thorough. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg",
|
||||
},
|
||||
name: "Sarah W.", handle: "@sarahw", testimonial: "Professional and very thorough. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg"},
|
||||
{
|
||||
name: "Mike R.",
|
||||
handle: "@miker",
|
||||
testimonial: "The best restoration company in town.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
},
|
||||
name: "Mike R.", handle: "@miker", testimonial: "The best restoration company in town.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg"},
|
||||
{
|
||||
name: "Lisa B.",
|
||||
handle: "@lisab",
|
||||
testimonial: "Quick, clean, and beautiful results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg",
|
||||
},
|
||||
name: "Lisa B.", handle: "@lisab", testimonial: "Quick, clean, and beautiful results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"},
|
||||
{
|
||||
name: "Tom K.",
|
||||
handle: "@tomk",
|
||||
testimonial: "Professional workmanship, very impressed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleans-shoes_1398-2382.jpg",
|
||||
},
|
||||
name: "Tom K.", handle: "@tomk", testimonial: "Professional workmanship, very impressed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleans-shoes_1398-2382.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/carpentry-concept-with-man_23-2147773333.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-painting-with-brush_23-2148903527.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-painting-with-brush_23-2148903527.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-artist-painting-studio_1303-11435.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-artist-painting-studio_1303-11435.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-woman-floor-holding-tablet_23-2149098992.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-woman-floor-holding-tablet_23-2149098992.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gathering-companions_1098-12598.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/gathering-companions_1098-12598.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 500+ happy homeowners"
|
||||
/>
|
||||
@@ -118,7 +82,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="About Us"
|
||||
title="Quality Craftsmanship"
|
||||
description="With over two decades of experience in the industry, our team is dedicated to preserving the integrity of your hardwood floors. We combine traditional techniques with modern, dust-free equipment to deliver impeccable results."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,20 +92,11 @@ export default function LandingPage() {
|
||||
description="Professional solutions to preserve and protect your beautiful hardwood floors."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Hardwood Polishing",
|
||||
content: "Professional cleaning and polishing to restore natural sheen using eco-friendly products.",
|
||||
},
|
||||
id: "s1", title: "Hardwood Polishing", content: "Professional cleaning and polishing to restore natural sheen using eco-friendly products."},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Floor Restoration",
|
||||
content: "Fixing scratches, dents, and deep damage with expert sanding and finish-matching.",
|
||||
},
|
||||
id: "s2", title: "Floor Restoration", content: "Fixing scratches, dents, and deep damage with expert sanding and finish-matching."},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Maintenance Plans",
|
||||
content: "Regular care and seasonal check-ups to keep floors looking perfect year-round.",
|
||||
},
|
||||
id: "s3", title: "Maintenance Plans", content: "Regular care and seasonal check-ups to keep floors looking perfect year-round."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-man-using-sand-paper-carpentry-workshop-concept_23-2148640281.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -154,30 +108,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-student-makes-presentation-course-paper-searches-infromation-laptop-computer_273609-18022.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-student-makes-presentation-course-paper-searches-infromation-laptop-computer_273609-18022.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-resting-couch_23-2147744892.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/couple-resting-couch_23-2147744892.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineers-throwing-papers-air_23-2147704212.jpg",
|
||||
},
|
||||
id: "5", name: "Linda Smith", imageSrc: "http://img.b2bpic.net/free-photo/engineers-throwing-papers-air_23-2147704212.jpg"},
|
||||
]}
|
||||
cardTitle="Client Feedback"
|
||||
cardTag="Testimonials"
|
||||
@@ -189,14 +128,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to restore your floors? Contact us today for a free assessment and estimate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+10000000000",
|
||||
},
|
||||
text: "Call Now", href: "tel:+10000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user