Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-12 20:16:14 +00:00

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import { CheckCircle } from "lucide-react";
export default function LandingPage() {
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -24,217 +24,121 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Projects",
id: "/projects",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="Callahan Construction"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Projects", id: "/projects" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="Callahan Construction"
/>
</div>
<div id="services-features" data-section="services-features">
<FeatureCardTen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Flooring Installation",
description: "Professional flooring solutions tailored to your home style.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installer-with-tool-his-hands-working-with-cable-construction-site_169016-5282.jpg",
imageAlt: "renovated residential flooring project",
},
items: [
{
icon: CheckCircle,
text: "Hardwood Flooring",
},
{
icon: CheckCircle,
text: "Tile Installation",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/couple-wrapping-sofa-plastic-foil-protection-while-they-are-renovate-living-room-home-renovation-construction-painting-work_482257-14132.jpg?_wi=2",
imageAlt: "renovated residential flooring project",
},
{
title: "Home Remodeling",
description: "Full-scale interior and exterior renovations.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-plans_23-2148889742.jpg",
imageAlt: "finished home renovation work",
},
items: [
{
icon: CheckCircle,
text: "Kitchen Renovation",
},
{
icon: CheckCircle,
text: "Bath Renodeling",
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-holding-hands_23-2149366647.jpg",
imageAlt: "renovated residential flooring project",
},
{
title: "General Contracting",
description: "Reliable project management for all your residential needs.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-bedroom-with-yellow-accents_23-2152009023.jpg",
imageAlt: "professional flooring installation residential",
},
items: [
{
icon: CheckCircle,
text: "Project Planning",
},
{
icon: CheckCircle,
text: "Site Management",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-holding-lightbulb-inspiration-idea-smiling-happy-doing-ok-sign-with-hand-eye-looking-through-fingers_839833-1729.jpg",
imageAlt: "renovated residential flooring project",
},
]}
title="Our Expert Services"
description="We specialize in high-quality home improvement and contracting."
/>
</div>
<div id="services-features" data-section="services-features">
<FeatureCardTen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Flooring Installation", description: "Professional flooring solutions tailored to your home style.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installer-with-tool-his-hands-working-with-cable-construction-site_169016-5282.jpg", imageAlt: "renovated residential flooring project"
},
items: [
{ icon: CheckCircle, text: "Hardwood Flooring" },
{ icon: CheckCircle, text: "Tile Installation" }
],
reverse: false
},
{
title: "Home Remodeling", description: "Full-scale interior and exterior renovations.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-plans_23-2148889742.jpg", imageAlt: "finished home renovation work"
},
items: [
{ icon: CheckCircle, text: "Kitchen Renovation" },
{ icon: CheckCircle, text: "Bath Renodeling" }
],
reverse: true
},
{
title: "General Contracting", description: "Reliable project management for all your residential needs.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-bedroom-with-yellow-accents_23-2152009023.jpg", imageAlt: "professional flooring installation residential"
},
items: [
{ icon: CheckCircle, text: "Project Planning" },
{ icon: CheckCircle, text: "Site Management" }
],
reverse: false
}
]}
title="Our Expert Services"
description="We specialize in high-quality home improvement and contracting."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Service Packages"
description="Clear, transparent pricing for common construction needs."
plans={[
{
id: "p1",
title: "Basic Flooring",
price: "$5,000",
period: "Fixed",
features: [
"Materials included",
"1 Year Warranty",
"Surface Prep",
],
button: {
text: "Inquire",
},
imageSrc: "http://img.b2bpic.net/free-photo/empty-wall-with-wooden-floor_1339-4849.jpg?_wi=2",
},
{
id: "p2",
title: "Full Bath Reno",
price: "$15,000",
period: "Est.",
features: [
"Plumbing",
"Tilework",
"Fixtures",
],
button: {
text: "Inquire",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg?_wi=2",
},
]}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Service Packages"
description="Clear, transparent pricing for common construction needs."
plans={[
{
id: "p1", title: "Basic Flooring", price: "$5,000", period: "Fixed", features: ["Materials included", "1 Year Warranty", "Surface Prep"],
button: { text: "Inquire" },
imageSrc: "http://img.b2bpic.net/free-photo/empty-wall-with-wooden-floor_1339-4849.jpg"
},
{
id: "p2", title: "Full Bath Reno", price: "$15,000", period: "Est.", features: ["Plumbing", "Tilework", "Fixtures"],
button: { text: "Inquire" },
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg"
}
]}
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardNineteen
textboxLayout="default"
useInvertedBackground={false}
title="Professional Standards"
description="Quality is the hallmark of every Callahan project."
features={[
{
tag: "Safety",
title: "Rigorous Safety",
subtitle: "OSHA certified",
description: "Your safety and the safety of our crew are our top priority.",
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124256.jpg",
imageAlt: "Building and construction workers on the site",
},
]}
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardNineteen
textboxLayout="default"
useInvertedBackground={false}
title="Professional Standards"
description="Quality is the hallmark of every Callahan project."
features={[
{
tag: "Safety", title: "Rigorous Safety", subtitle: "OSHA certified", description: "Your safety and the safety of our crew are our top priority.", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124256.jpg", imageAlt: "Building and construction workers on the site"
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Services",
href: "/services",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Services",
items: [
{
label: "Flooring",
href: "/services",
},
{
label: "Remodeling",
href: "/services",
},
{
label: "Contracting",
href: "/services",
},
],
},
]}
bottomLeftText="© 2024 Callahan Construction LLC"
bottomRightText="Built with quality and integrity."
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Services", items: [
{ label: "Flooring", href: "/services" },
{ label: "Remodeling", href: "/services" },
{ label: "Contracting", href: "/services" }
]
}
]}
bottomLeftText="© 2024 Callahan Construction LLC"
bottomRightText="Built with quality and integrity."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}