Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad04bfb577 | |||
| fbaab2b297 | |||
| 45d54bd7fa | |||
| a0cf209ca7 | |||
| 9f78715fe4 | |||
| e74ee4c28b | |||
| 15ba9d2735 | |||
| 62c33d9c45 | |||
| 5ee06e59c1 | |||
| 1319e3891d |
@@ -1,7 +1,7 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
@@ -40,19 +40,17 @@ export default function AstanaDetailingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroOverlay
|
||||||
logoText="Astana Detailing"
|
title="Showroom-Quality Finishes for Your Prized Vehicles"
|
||||||
description="Premier automotive detailing service delivering showroom-quality finishes. Expert care for your vehicle's appearance, protection, and preservation."
|
description="Expert automotive detailing service delivering exceptional protection and preservation. From luxury vehicles to collector cars, we provide the meticulous care your vehicle deserves."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Service", href: "#contact" },
|
{ text: "Book Service", href: "#contact" },
|
||||||
{ text: "View Gallery", href: "#services" }
|
{ text: "View Gallery", href: "#services" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22321.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22321.jpg?_wi=1"
|
||||||
imageAlt="Premium car detailing showcase"
|
imageAlt="Premium car detailing showcase"
|
||||||
mediaAnimation="blur-reveal"
|
showDimOverlay={true}
|
||||||
frameStyle="card"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #000000;
|
||||||
--card: #ffffff;
|
--card: #1a1a1a;
|
||||||
--foreground: #0c1325;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #0798ff;
|
--primary-cta: #ffffff;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #f7f6f7;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #131136;
|
||||||
--secondary-cta-text: #0c1325;
|
--secondary-cta-text: #0c1325;
|
||||||
--accent: #93c7ff;
|
--accent: #44358a;
|
||||||
--background-accent: #a8cde8;
|
--background-accent: #b597fe;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user