@@ -44,11 +47,11 @@ export default function LandingPage() {
logoText="LG Detail Care"
description="Restoring that showroom shine with precision and care. Premium auto detailing for Lathrop's most demanding vehicle owners."
buttons={[
- { text: "Book Now", href: "#contact" },
+ { text: "Book Now", href: "contact" },
{ text: "Call Now", href: "tel:+1-555-0100" },
]}
background={{ variant: "sparkles-gradient" }}
- imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg"
+ imageSrc="/api/placeholder/1200/600?text=Auto+Detailing"
imageAlt="Premium auto detailing in progress"
frameStyle="card"
mediaAnimation="blur-reveal"
@@ -60,11 +63,11 @@ export default function LandingPage() {
@@ -73,6 +76,8 @@ export default function LandingPage() {
title="Premium Detailing Services"
description="Each service is tailored to restore your vehicle's pristine condition with professional-grade products and meticulous attention to detail."
tag="Services"
+ tagIcon={Sparkles}
+ tagAnimation="slide-up"
accordionItems={[
{ id: "1", title: "Exterior Detail", content: "Professional wash, clay bar treatment, wax application, and tire shine for a flawless exterior finish." },
{ id: "2", title: "Interior Deep Clean", content: "Vacuum, upholstery cleaning, leather conditioning, and odor elimination for a fresh interior." },
@@ -81,7 +86,7 @@ export default function LandingPage() {
{ id: "5", title: "Paint Protection", content: "Ceramic coating and paint sealant application for long-lasting protection and shine." },
{ id: "6", title: "Maintenance Details", content: "Regular upkeep services to maintain showroom appearance between full detailing sessions." },
]}
- imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-vacuuming-car-inside_1303-30580.jpg"
+ imageSrc="/api/placeholder/600/600?text=Detailing+Service"
imageAlt="Professional detailing service"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -92,10 +97,10 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 7b77128..9ec5af2 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
- /* --background: #000000;;;;;;
- --card: #f9f9f9;;;;;;
- --foreground: #000612e6;;;;;;
- --primary-cta: #15479c;;;;;;
- --secondary-cta: #f9f9f9;;;;;;
- --accent: #e2e2e2;;;;;;
- --background-accent: #c4c4c4;;;;;; */
+ /* --background: #0B0B0D;;;;;;
+ --card: #0A1A2F;;;;;;
+ --foreground: #FFFFFF;;;;;;
+ --primary-cta: #0A7FFF;;;;;;
+ --secondary-cta: #1a2a3a;;;;;;
+ --accent: #0A7FFF;;;;;;
+ --background-accent: #0A7FFF;;;;;; */
- --background: #000000;;;;;;
- --card: #f9f9f9;;;;;;
- --foreground: #000612e6;;;;;;
- --primary-cta: #15479c;;;;;;
+ --background: #0B0B0D;;;;;;
+ --card: #0A1A2F;;;;;;
+ --foreground: #FFFFFF;;;;;;
+ --primary-cta: #0A7FFF;;;;;;
--primary-cta-text: #ffffff;;;;;;
- --secondary-cta: #f9f9f9;;;;;;
+ --secondary-cta: #1a2a3a;;;;;;
--secondary-cta-text: #000612e6;;;;;;
- --accent: #e2e2e2;;;;;;
- --background-accent: #c4c4c4;;;;;;
+ --accent: #0A7FFF;;;;;;
+ --background-accent: #0A7FFF;;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);