Compare commits
24 Commits
version_2_
...
version_8_
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e9573cffc | |||
|
|
b16f34a150 | ||
| e6bb1b2e91 | |||
|
|
77605c8ce2 | ||
| db8539bcb5 | |||
| daeb7655c7 | |||
| 35f3212f9b | |||
| eea9afa3a5 | |||
| 24346f5d50 | |||
| bb3a61d1a8 | |||
| a41bd43b10 | |||
| da9354f716 | |||
| e85c225f21 | |||
| 11f4b83c48 | |||
| 9086d5bbb5 | |||
| 61c60164c5 | |||
| 22600dcfe8 | |||
| ded5269258 | |||
|
|
44f0e589ae | ||
| a38d7d378c | |||
|
|
8ce1d66b7e | ||
| 5f8c054d89 | |||
|
|
ca8637acb0 | ||
| 8ce33bea39 |
@@ -1,19 +1,19 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Figtree:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Inter:wght@300;400;500&display=swap');
|
||||
@import "tailwindcss";
|
||||
@import "./styles/masks.css";
|
||||
@import "./styles/animations.css";
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
--background: #1a1a1a;
|
||||
--card: #242424;
|
||||
--foreground: #f5f5f0;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #1a1a1a;
|
||||
--secondary-cta: #333333;
|
||||
--secondary-cta-text: #f5f5f0;
|
||||
--accent: #a3a3a3;
|
||||
--background-accent: #2a2a2a;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1.5rem;
|
||||
@@ -88,8 +88,8 @@
|
||||
--color-background-accent: var(--background-accent);
|
||||
|
||||
/* Fonts */
|
||||
--font-sans: 'Playfair Display', serif;
|
||||
--font-tight: "Figtree", sans-serif;
|
||||
--font-sans: 'Inter', sans-serif;
|
||||
--font-tight: 'Playfair Display', serif;
|
||||
--font-mono: monospace;
|
||||
|
||||
/* Border Radius */
|
||||
|
||||
@@ -12,8 +12,8 @@ export default function HeroSection(): React.JSX.Element {
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroOverlayMarquee
|
||||
tag="Elevating Lebanese Living"
|
||||
title="Bespoke Interior Design in Lebanon"
|
||||
description="Transforming spaces into timeless experiences. We combine regional heritage with modern luxury to craft interiors that reflect your unique narrative."
|
||||
title="Spaces That Speak"
|
||||
description="MID crafts thoughtful interior spaces for residential and commercial clients across Lebanon."
|
||||
primaryButton={{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function ServicesSection(): React.JSX.Element {
|
||||
title: "Lobby Spaces",
|
||||
description: "Make a statement entry.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3E5Z1dFAelsYbTSOFAe3xKAQAFL/uploaded-1782548383824-jsd49hgj.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user