diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 50173fd..d3705c0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,116 +2,38 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { CheckCircle, Shield, Users, Wrench } from "lucide-react"; +import { Wrench, Users, CheckCircle } from 'lucide-react'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4aaedc7..220a188 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,125 +2,37 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 50f85d4..79ecdd9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Nunito } from "next/font/google"; export const metadata: Metadata = { - title: 'White Plumbing Company, LLC | Stafford, VA', - description: 'Expert plumbing services for residential and small commercial clients in Stafford, VA. Family-owned, reliable, and professional. "If you want it right, call WHITE!"', + title: 'White Plumbing Company, LLC | Stafford, VA Plumber', + description: 'Family-owned plumbing services in Stafford, VA. Honest, professional, and reliable plumbing work for your home or business.', openGraph: { "title": "White Plumbing Company, LLC", "description": "Family-owned plumbing services in Stafford, VA.", diff --git a/src/app/page.tsx b/src/app/page.tsx index d706c54..dc72d01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { return ( @@ -16,154 +16,39 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
);