Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 715f98df97 | |||
| 57adda36fa | |||
| 93d38c1cfe | |||
| e19f325a24 | |||
| 1b94ba6efd | |||
| 743a151d8d |
@@ -24,7 +24,7 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
<body className={`${geist.variable} ${geistMono.variable} antialiased`} suppressHydrationWarning>
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
<script
|
<script
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Request a Quote", href: "#rfq-form" },
|
{ text: "Request a Quote", href: "#rfq-form" },
|
||||||
{ text: "Call Now: +966 (0) 123 4567", href: "tel:+966123456789" }
|
{ text: "Get Quote in 2 Hours", href: "tel:+966123456789" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -199,8 +199,13 @@ export default function LandingPage() {
|
|||||||
{ label: "Contact Us", href: "#contact" }
|
{ label: "Contact Us", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
]}
|
]}
|
||||||
|
containerClassName="bg-gradient-to-br from-slate-900 via-slate-800 to-slate-900 text-slate-100 border-t border-slate-700"
|
||||||
|
logoClassName="text-xl font-bold text-slate-100"
|
||||||
|
columnsClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"
|
||||||
|
columnClassName="flex flex-col gap-4"
|
||||||
|
itemClassName="text-slate-300 hover:text-slate-100 transition-colors duration-200"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #F5F6F8;
|
--background: #1a1a2e;
|
||||||
--card: #FFFFFF;
|
--card: #16213e;
|
||||||
--foreground: #1A1A1A;
|
--foreground: #e8e8e8;
|
||||||
--primary-cta: #2F3D6D;
|
--primary-cta: #1f4788;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #5A6472;
|
--secondary-cta: #707070;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #F2B705;
|
--accent: #f4a460;
|
||||||
--background-accent: #F2B705;
|
--background-accent: #f4a460;
|
||||||
|
|
||||||
/* 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