From 8d7df82b589931fd40765e20f701a708465687cb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:18:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 55 ++++++++++++++++++------------------------------ 1 file changed, 21 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84c00fd..fba95cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,9 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Building, Calendar, CheckCircle2, Home, Key, MessageSquare, ShieldCheck, Sparkles } from "lucide-react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import { Home, Building, Sparkles, Key, MessageSquare, Calendar, ShieldCheck, CheckCircle2 } from "lucide-react"; export default function LandingPage() { return ( @@ -19,12 +19,12 @@ export default function LandingPage() { defaultTextAnimation="background-highlight" borderRadius="pill" contentWidth="medium" - sizing="large" - background="fluid" - cardStyle="solid" - primaryButtonStyle="shadow" - secondaryButtonStyle="solid" - headingFontWeight="semibold" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -107,6 +98,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + showRating={true} + title="Early Client Experiences" + description="See why our first clients are raving about their pristine homes." testimonials={[ { id: "t1", name: "Sarah M.", handle: "@sarah.m", testimonial: "Absolutely incredible attention to detail. My home has never felt this clean.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg" }, { id: "t2", name: "James R.", handle: "@james.r", testimonial: "Professional, punctual, and flawless results every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-grey-haired-man-wearing-casual-clothes-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-14195.jpg" }, @@ -114,9 +108,6 @@ export default function LandingPage() { { id: "t4", name: "Michael B.", handle: "@michael.b", testimonial: "The best cleaning team I have ever hired. Incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg" }, { id: "t5", name: "Emma W.", handle: "@emma.w", testimonial: "My home felt like a five-star hotel after they finished.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-cafe_1303-11364.jpg" } ]} - showRating={true} - title="Early Client Experiences" - description="See why our first clients are raving about their pristine homes." /> @@ -125,14 +116,14 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + title="How It Works" + description="A seamless 4-step process designed to give you peace of mind." features={[ { title: "Request a Quote", description: "Fill out our form or call to get your customized estimate.", icon: MessageSquare, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407638.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg" }] }, { title: "Schedule Service", description: "Pick a date and time that fits your lifestyle perfectly.", icon: Calendar, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349198.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/talented-designer-working-from-home_1098-13936.jpg" }] }, { title: "We Handle It", description: "Our professional team arrives prepared with eco-friendly tools.", icon: ShieldCheck, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-with-white-sofa_23-2151983234.jpg" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vbrlla" }] }, { title: "Enjoy Perfection", description: "Come back to a home that is truly spotless and refined.", icon: CheckCircle2, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-servant-ironing-clothing_23-2149530864.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/empty-unfurnished-brand-new-apartment_181624-45321.jpg" }] } ]} - title="How It Works" - description="A seamless 4-step process designed to give you peace of mind." /> @@ -141,11 +132,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Hours of Operation" tag="Availability" - metrics={[ - { id: "h1", value: "Mon-Fri", description: "8:00 AM – 6:00 PM" }, - { id: "h2", value: "Saturday", description: "9:00 AM – 4:00 PM" }, - { id: "h3", value: "Sunday", description: "Closed" } - ]} + metrics={[{ id: "h1", value: "Mon-Fri", description: "8:00 AM – 6:00 PM" }, { id: "h2", value: "Saturday", description: "9:00 AM – 4:00 PM" }, { id: "h3", value: "Sunday", description: "Closed" }]} metricsAnimation="slide-up" /> @@ -162,13 +149,13 @@ export default function LandingPage() { -- 2.49.1