5 Commits

Author SHA1 Message Date
7b060b96e3 Update src/app/page.tsx 2026-03-27 19:34:21 +00:00
366e5b2191 Merge version_3 into main
Merge version_3 into main
2026-03-27 19:33:25 +00:00
4e1662ef1a Update src/app/styles/variables.css 2026-03-27 19:33:22 +00:00
388b42f734 Update src/app/page.tsx 2026-03-27 19:33:21 +00:00
f132ca6fea Merge version_2 into main
Merge version_2 into main
2026-03-27 19:28:46 +00:00
2 changed files with 8 additions and 37 deletions

View File

@@ -8,7 +8,6 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import { Award, CheckCircle, Clock, Heart, ShieldCheck, ThumbsUp } from "lucide-react"; import { Award, CheckCircle, Clock, Heart, ShieldCheck, ThumbsUp } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -88,7 +87,7 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: CheckCircle, icon: CheckCircle,
label: "Years of Experience", value: "2008"}, label: "Years of Experience", value: "16+ Years"},
{ {
icon: Award, icon: Award,
label: "Dedicated Specialist", value: "Direct Access"}, label: "Dedicated Specialist", value: "Direct Access"},
@@ -162,34 +161,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Service Plans"
description="Clear, transparent pricing for your interlock needs."
plans={[
{
id: "p1", badge: "Essential", price: "$150", subtitle: "Monthly calibration", features: [
"Full support", "Device monitoring"],
buttons: [
{
text: "Select", href: "#"},
],
},
{
id: "p2", badge: "Premium", price: "$250", subtitle: "Full service suite", features: [
"All services included", "Priority access"],
buttons: [
{
text: "Select", href: "#"},
],
},
]}
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f4f0; --background: #f5faff;
--card: #ffffff; --card: #f1f8ff;
--foreground: #1a1a1a; --foreground: #001122;
--primary-cta: #2c2c2c; --primary-cta: #15479c;
--primary-cta-text: #f5f4f0; --primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0; --secondary-cta: #ffffff;
--secondary-cta-text: #1a1a1a; --secondary-cta-text: #1a1a1a;
--accent: #8a8a8a; --accent: #a8cce8;
--background-accent: #e8e6e1; --background-accent: #7ba3cf;
/* 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);