Merge version_2 into main #1
190
src/app/page.tsx
190
src/app/page.tsx
@@ -32,21 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
name: "Why Us", id: "why-us"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "process",
|
||||
},
|
||||
name: "Process", id: "process"},
|
||||
{
|
||||
name: "Terms of Service", id: "/terms"},
|
||||
]}
|
||||
brandName="Home Solutions"
|
||||
/>
|
||||
@@ -55,51 +49,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
title="Built to Last. Designed to Impress."
|
||||
description="Idaho's most trusted home construction & renovation team — on time, on budget, and obsessed with quality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "See Our Work",
|
||||
href: "#services",
|
||||
},
|
||||
text: "See Our Work", href: "#services"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-building-construction_23-2152006103.jpg",
|
||||
imageAlt: "Renovation site 1",
|
||||
},
|
||||
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/interior-building-construction_23-2152006103.jpg", imageAlt: "Renovation site 1"},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg",
|
||||
imageAlt: "Renovation site 2",
|
||||
},
|
||||
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Renovation site 2"},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineering-concept-with-plans-level_23-2147704230.jpg",
|
||||
imageAlt: "Renovation site 3",
|
||||
},
|
||||
id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/engineering-concept-with-plans-level_23-2147704230.jpg", imageAlt: "Renovation site 3"},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg",
|
||||
imageAlt: "Renovation site 4",
|
||||
},
|
||||
id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg", imageAlt: "Renovation site 4"},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359698.jpg",
|
||||
imageAlt: "Renovation site 5",
|
||||
},
|
||||
id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359698.jpg", imageAlt: "Renovation site 5"},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-shot-white-brown-building-roof-from-inside_181624-10447.jpg",
|
||||
imageAlt: "Renovation site 6",
|
||||
},
|
||||
id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-shot-white-brown-building-roof-from-inside_181624-10447.jpg", imageAlt: "Renovation site 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,14 +80,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"10/10 Service",
|
||||
"Amazing Results",
|
||||
"Professional Team",
|
||||
"Excellent Communication",
|
||||
"On Time Delivery",
|
||||
"Great Value",
|
||||
"Quality Work",
|
||||
]}
|
||||
"10/10 Service", "Amazing Results", "Professional Team", "Excellent Communication", "On Time Delivery", "Great Value", "Quality Work"]}
|
||||
title="Trusted by Homeowners"
|
||||
description="Hear what our Treasure Valley clients are saying."
|
||||
/>
|
||||
@@ -128,41 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Home Additions",
|
||||
description: "Expanding your living space with precision and style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg",
|
||||
imageAlt: "Addition",
|
||||
},
|
||||
title: "Home Additions", description: "Expanding your living space with precision and style.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg", imageAlt: "Addition"},
|
||||
{
|
||||
title: "Kitchen Remodels",
|
||||
description: "Beautiful, functional kitchens built for living.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg",
|
||||
imageAlt: "Kitchen",
|
||||
},
|
||||
title: "Kitchen Remodels", description: "Beautiful, functional kitchens built for living.", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen"},
|
||||
{
|
||||
title: "Decks & Patios",
|
||||
description: "Creating the perfect outdoor oasis for your family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg",
|
||||
imageAlt: "Patio",
|
||||
},
|
||||
title: "Decks & Patios", description: "Creating the perfect outdoor oasis for your family.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", imageAlt: "Patio"},
|
||||
{
|
||||
title: "Doors & Windows",
|
||||
description: "Enhancing security and energy efficiency effortlessly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-white-building-with-two-windows_181624-17390.jpg",
|
||||
imageAlt: "Windows",
|
||||
},
|
||||
title: "Doors & Windows", description: "Enhancing security and energy efficiency effortlessly.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-white-building-with-two-windows_181624-17390.jpg", imageAlt: "Windows"},
|
||||
{
|
||||
title: "Flooring & Finishes",
|
||||
description: "The perfect touch for every room in your home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-style-interior-design_23-2151561217.jpg",
|
||||
imageAlt: "Floor",
|
||||
},
|
||||
title: "Flooring & Finishes", description: "The perfect touch for every room in your home.", imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-style-interior-design_23-2151561217.jpg", imageAlt: "Floor"},
|
||||
{
|
||||
title: "Landscaping",
|
||||
description: "Crafting beautiful curb appeal for your property.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg",
|
||||
imageAlt: "Landscaping",
|
||||
},
|
||||
title: "Landscaping", description: "Crafting beautiful curb appeal for your property.", imageSrc: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg", imageAlt: "Landscaping"},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="Premium construction solutions tailored to your home's unique needs."
|
||||
@@ -177,20 +117,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50%",
|
||||
description: "Average bid savings compared to industry standard.",
|
||||
},
|
||||
id: "m1", value: "50%", description: "Average bid savings compared to industry standard."},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24h",
|
||||
description: "Guaranteed response time for all inquiries.",
|
||||
},
|
||||
id: "m2", value: "24h", description: "Guaranteed response time for all inquiries."},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Obsessive quality control on every single project.",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Obsessive quality control on every single project."},
|
||||
]}
|
||||
title="Why Home Solutions?"
|
||||
description="We don't just build homes; we build relationships and trust."
|
||||
@@ -203,45 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excellent Addition",
|
||||
quote: "Fantastic home addition work.",
|
||||
name: "John Bion",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-gesturing-thumbs-up_329181-2840.jpg",
|
||||
},
|
||||
id: "t1", title: "Excellent Addition", quote: "Fantastic home addition work.", name: "John Bion", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-gesturing-thumbs-up_329181-2840.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Smooth Renovation",
|
||||
quote: "They made the whole renovation process painless.",
|
||||
name: "Bob Prunty",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25159.jpg",
|
||||
},
|
||||
id: "t2", title: "Smooth Renovation", quote: "They made the whole renovation process painless.", name: "Bob Prunty", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25159.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Accessible Shower",
|
||||
quote: "Beautiful work on our accessible bathroom project.",
|
||||
name: "Lori Petersen",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877352.jpg",
|
||||
},
|
||||
id: "t3", title: "Accessible Shower", quote: "Beautiful work on our accessible bathroom project.", name: "Lori Petersen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877352.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Top-tier Team",
|
||||
quote: "Professional, punctual, and highly skilled.",
|
||||
name: "Mari P.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-front-brick-wall_23-2147813094.jpg",
|
||||
},
|
||||
id: "t4", title: "Top-tier Team", quote: "Professional, punctual, and highly skilled.", name: "Mari P.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/architects-front-brick-wall_23-2147813094.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Best in Valley",
|
||||
quote: "Great communication and fair pricing throughout.",
|
||||
name: "Gerry M.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-engineers-gesturing-thumb-up_23-2147771750.jpg",
|
||||
},
|
||||
id: "t5", title: "Best in Valley", quote: "Great communication and fair pricing throughout.", name: "Gerry M.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/female-engineers-gesturing-thumb-up_23-2147771750.jpg"},
|
||||
]}
|
||||
title="Real Stories from Real Clients"
|
||||
description="Our work speaks for itself."
|
||||
@@ -253,25 +154,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "1. Consultation",
|
||||
content: "We visit your property, listen to your goals, and assess the site for a complete plan.",
|
||||
},
|
||||
id: "p1", title: "1. Consultation", content: "We visit your property, listen to your goals, and assess the site for a complete plan."},
|
||||
{
|
||||
id: "p2",
|
||||
title: "2. Transparent Quote",
|
||||
content: "You receive a fast, detailed, and no-surprise pricing proposal.",
|
||||
},
|
||||
id: "p2", title: "2. Transparent Quote", content: "You receive a fast, detailed, and no-surprise pricing proposal."},
|
||||
{
|
||||
id: "p3",
|
||||
title: "3. Expert Build",
|
||||
content: "Our crew executes the build with precision while keeping you updated daily.",
|
||||
},
|
||||
id: "p3", title: "3. Expert Build", content: "Our crew executes the build with precision while keeping you updated daily."},
|
||||
{
|
||||
id: "p4",
|
||||
title: "4. Final Quality Check",
|
||||
content: "We walk through the finished project with you to ensure perfection before leaving.",
|
||||
},
|
||||
id: "p4", title: "4. Final Quality Check", content: "We walk through the finished project with you to ensure perfection before leaving."},
|
||||
]}
|
||||
sideTitle="Our Process"
|
||||
sideDescription="How we turn your vision into reality."
|
||||
@@ -283,14 +172,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Your Dream Space Is One Call Away. Serving Nampa, Boise & The Treasure Valley."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Free Consultation",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
text: "Book Your Free Consultation", href: "tel:5550123"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -302,9 +188,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
56
src/app/terms/page.tsx
Normal file
56
src/app/terms/page.tsx
Normal file
@@ -0,0 +1,56 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Instagram } from "lucide-react";
|
||||
|
||||
export default function TermsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
background="grid"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Terms of Service", id: "/terms" },
|
||||
]}
|
||||
brandName="Home Solutions"
|
||||
/>
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Terms of Service"
|
||||
sections={[
|
||||
{ heading: "Acceptance of Terms", content: { type: "paragraph", text: "By accessing or using our services, you agree to be bound by these terms." } },
|
||||
{ heading: "Our Services", content: { type: "list", items: ["Construction planning", "Home renovation", "Material procurement"] } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Home Solutions"
|
||||
copyrightText="© 2025 Home Solutions & Construction. Licensed & Insured."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user