9 Commits

Author SHA1 Message Date
6c0dfe4f99 Update src/app/page.tsx 2026-06-11 14:55:53 +00:00
20bcce29fe Merge version_3 into main
Merge version_3 into main
2026-06-11 14:54:38 +00:00
5a4f12f360 Update src/app/styles/variables.css 2026-06-11 14:54:32 +00:00
c949d5f5b3 Merge version_2 into main
Merge version_2 into main
2026-06-11 14:53:19 +00:00
3842ecc71a Update src/app/page.tsx 2026-06-11 14:53:13 +00:00
7630f118c1 Update src/app/page.tsx 2026-06-11 14:52:53 +00:00
f52a65a03e Merge version_1 into main
Merge version_1 into main
2026-06-11 14:50:48 +00:00
208f6fdfcd Merge version_1 into main
Merge version_1 into main
2026-06-11 14:50:24 +00:00
a4963b3020 Merge version_1 into main
Merge version_1 into main
2026-06-11 14:49:28 +00:00
2 changed files with 7 additions and 45 deletions

View File

@@ -11,7 +11,6 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Briefcase, Building2, DollarSign, Home, Layers, Recycle, Sparkles, Trash2, Users, Warehouse, HardHat } from "lucide-react";
export default function LandingPage() {
@@ -40,8 +39,6 @@ export default function LandingPage() {
name: "Services", id: "#services"},
{
name: "Gallery", id: "#gallery"},
{
name: "Testimonials", id: "#testimonials"},
{
name: "Pricing", id: "#pricing"},
{
@@ -218,41 +215,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
testimonials={[
{
id: "t1", name: "Sarah Johnson", role: "Homeowner", company: "Maplewood, NJ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/user-front-side-with-white-background_187299-40007.jpg", imageAlt: "Sarah Johnson profile"},
{
id: "t2", name: "Mark Chen", role: "Property Manager", company: "Newark, NJ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/square-user-profile-front-side_187299-39570.jpg", imageAlt: "Mark Chen profile"},
{
id: "t3", name: "Jessica Lee", role: "Real Estate Agent", company: "Hoboken, NJ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side-with-white-background_187299-40022.jpg", imageAlt: "Jessica Lee profile"},
{
id: "t4", name: "David Smith", role: "Small Business Owner", company: "Jersey City, NJ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/four-diverse-avatars-line-style_78370-10169.jpg", imageAlt: "David Smith profile"},
{
id: "t5", name: "Amanda Rodriguez", role: "Estate Executor", company: "Montclair, NJ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/set-avatars-sketches_23-2147665159.jpg", imageAlt: "Amanda Rodriguez profile"},
]}
kpiItems={[
{
value: "500+", label: "Projects Completed"},
{
value: "99%", label: "Customer Satisfaction"},
{
value: "100%", label: "On-Time Service"},
]}
title="What Our Clients Say"
description="Hear directly from homeowners, property managers, and businesses who experienced our exceptional cleanout services."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardOne
@@ -362,4 +324,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f8f8f8;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #ffc107;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #1a1a1a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #ffe082;
--background-accent: #333333;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);