Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 922989c71e | |||
| 89c3c2b6f3 | |||
| 87dcdc6496 |
@@ -68,6 +68,8 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-buns_23-2147693975.jpg", imageAlt: "Classic Dining Room"},
|
||||
]}
|
||||
className="w-full"
|
||||
containerClassName="w-full px-4 md:px-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,6 +89,7 @@ export default function LandingPage() {
|
||||
label: "Happy Clients", value: "1200+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
containerClassName="w-full px-4 md:px-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,6 +113,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Why Classic Home?"
|
||||
description="We blend heritage craftsmanship with contemporary Riyadh living."
|
||||
containerClassName="w-full px-4 md:px-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,6 +139,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Discover our handpicked luxury selection."
|
||||
containerClassName="w-full px-4 md:px-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,6 +159,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Numbers speak to our commitment."
|
||||
containerClassName="w-full px-4 md:px-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,6 +181,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear from our valued Riyadh community."
|
||||
containerClassName="w-full px-4 md:px-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -186,6 +193,7 @@ export default function LandingPage() {
|
||||
tag="Get in Touch"
|
||||
title="Visit Classic Home"
|
||||
description="Experience premium furniture in our Riyadh showroom."
|
||||
containerClassName="w-full px-4 md:px-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -211,6 +219,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
bottomLeftText="© 2024 Classic Home Riyadh."
|
||||
bottomRightText="Multilingual Support: English | العربية"
|
||||
containerClassName="w-full px-4 md:px-8"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user