Compare commits

...

4 Commits

Author SHA1 Message Date
8c3768e39b Update theme colors 2026-04-25 21:29:29 +00:00
548615bec1 Merge version_12 into main
Merge version_12 into main
2026-04-25 21:24:15 +00:00
b4904a3cc6 Update src/app/page.tsx 2026-04-25 21:24:11 +00:00
be0417f192 Merge version_11 into main
Merge version_11 into main
2026-04-25 21:22:32 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Crown, Snowflake, Star, Sparkles } from "lucide-react"; import { Crown } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -109,11 +109,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", brand: "CleanScene", name: "3-Station Private Suite", price: "Quote on Request", rating: 5, id: "p1", brand: "CleanScene", name: "3-Station Private Suite", price: "Quote on Request", rating: 0,
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg"}, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg"},
{ {
id: "p2", brand: "CleanScene", name: "Executive Comfort Series", price: "Quote on Request", rating: 5, id: "p2", brand: "CleanScene", name: "Executive Comfort Series", price: "Quote on Request", rating: 0,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg"}, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg"},
]} ]}
title="Our Curated Fleet" title="Our Curated Fleet"
description="Made-in-USA trailers designed for peak comfort." description="Made-in-USA trailers designed for peak comfort."

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #F7F4EF; --background: #ffffff;
--card: #ECE6DC; --card: #f9f9f9;
--foreground: #1C2A2F; --foreground: #120a00e6;
--primary-cta: #2F4F4F; --primary-cta: #FF7B05;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #1C2A2F; --secondary-cta-text: #120a00e6;
--accent: #D9CFC0; --accent: #e2e2e2;
--background-accent: #D9CFC0; --background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);