diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5a279d9..28c76b4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,14 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactFaq from '@/components/sections/contact/ContactFaq';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Car, Droplet, Phone, RefreshCw, Settings, ShieldCheck, Sparkles } from "lucide-react";
+import { Car, Droplet, Phone, RefreshCw, Settings, ShieldCheck, Sparkles, Mail, Calendar } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,99 +30,33 @@ export default function LandingPage() {
@@ -131,29 +66,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Sparkles,
- title: "Full Detailing",
- description: "A total refresh for your vehicle inside and out, using professional detailing techniques.",
- },
- {
- icon: Car,
- title: "Interior Cleaning",
- description: "Deep cleaning and sanitization of your vehicle’s upholstery and cabin for a fresh feel.",
- },
- {
- icon: Droplet,
- title: "Polishing",
- description: "Restore paint clarity and remove imperfections for a high-gloss finish.",
- },
- {
- icon: ShieldCheck,
- title: "Ceramic Coating",
- description: "Premium protection against environmental contaminants with a long-lasting, hydrophobic shield.",
- },
+ { icon: Sparkles, title: "Full Detailing", description: "A total refresh for your vehicle inside and out." },
+ { icon: Car, title: "Interior Cleaning", description: "Deep cleaning and sanitization of your vehicle’s upholstery." },
+ { icon: Droplet, title: "Polishing", description: "Restore paint clarity and remove imperfections." },
+ { icon: ShieldCheck, title: "Ceramic Coating", description: "Premium long-lasting protective shield." },
]}
title="Our Services"
- description="Comprehensive auto care solutions delivered with precision and professional grade products."
+ description="Comprehensive auto care solutions delivered with precision."
/>
@@ -161,21 +80,8 @@ export default function LandingPage() {
@@ -186,109 +92,57 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Johnson",
- role: "Corporate Exec",
- testimonial: "KleenPark restored my car to brand-new condition. Their scientific approach is simply unmatched!",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bh6FSxNxT7YlfCT588DRNdyurM/a-professional-portrait-of-a-satisfied-c-1774928889916-6d51b292.png?_wi=1",
- },
- {
- id: "2",
- name: "Michael Chen",
- role: "Auto Enthusiast",
- testimonial: "Excellent service and deep attention to detail. My car’s ceramic coating looks flawless.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bh6FSxNxT7YlfCT588DRNdyurM/a-friendly-middle-aged-woman-posing-near-1774928891524-1e141898.png",
- },
- {
- id: "3",
- name: "Emily Rodriguez",
- role: "Family Professional",
- testimonial: "My family car had tough stains, but the team at KleenPark handled them perfectly. Highly recommended!",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bh6FSxNxT7YlfCT588DRNdyurM/a-young-professional-man-leaning-against-1774928889500-01813874.png",
- },
- {
- id: "4",
- name: "David Kim",
- role: "Business Owner",
- testimonial: "Reliable, consistent, and always high quality. They have been the best in Colombo for years.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bh6FSxNxT7YlfCT588DRNdyurM/a-mature-gentleman-standing-in-a-clean-b-1774928890309-5eb97256.png",
- },
- {
- id: "5",
- name: "Kamala Perera",
- role: "Local Resident",
- testimonial: "Truly professional service. They treat your car like it's their own. Amazing transformation.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bh6FSxNxT7YlfCT588DRNdyurM/a-professional-portrait-of-a-satisfied-c-1774928889916-6d51b292.png?_wi=2",
- },
+ { id: "1", name: "Sarah Johnson", role: "Corporate Exec", testimonial: "KleenPark restored my car to brand-new condition." },
+ { id: "2", name: "Michael Chen", role: "Auto Enthusiast", testimonial: "Excellent service and deep attention to detail." },
]}
title="Trusted Since 1988"
- description="See why 400+ customers choose KleenPark for professional car care."
+ description="See why 400+ customers choose KleenPark."
/>
+
+
+
+
-
+
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 4fd73bf..7b1db50 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #000612e6;
- --primary-cta: #15479c;
+ --background: #fafffb;
+ --card: #f7fffa;
+ --foreground: #001a0a;
+ --primary-cta: #0a7039;
--primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
+ --secondary-cta: #ffffff;
--secondary-cta-text: #000612e6;
- --accent: #e2e2e2;
- --background-accent: #c4c4c4;
+ --accent: #a8d9be;
+ --background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);