4 Commits

Author SHA1 Message Date
04ebeb3f0d Merge version_3 into main
Merge version_3 into main
2026-03-08 07:16:31 +00:00
d7469786ca Update src/app/styles/variables.css 2026-03-08 07:16:27 +00:00
f09ddddd1e Update src/app/page.tsx 2026-03-08 07:16:27 +00:00
6b872802c8 Merge version_2 into main
Merge version_2 into main
2026-03-08 07:15:22 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -43,10 +43,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
title="Premium Auto Parts in Abu Dhabi"
description="Stop overpaying at dealerships. Genuine OEM & aftermarket parts at wholesale rates. Fast supply for workshops & car owners with competitive pricing and rapid response."
description="Fast Supply for Workshops & Car Owners. OEM & Aftermarket Parts | Competitive Prices | Rapid Response"
tag="Trusted Local Supplier"
tagIcon={Zap}
tagAnimation="blur-reveal"
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "CALL NOW", href: "tel:+971566691962" },
@@ -219,4 +219,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #e34400;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--accent: #ff7b05;
--background-accent: #e34400;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);