Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7469786ca | |||
| f09ddddd1e | |||
| 6b872802c8 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user