Compare commits
15 Commits
version_1
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 31ef0697b6 | |||
| 47eb714c43 | |||
| 21c202aaef | |||
| a72585a78e | |||
| 359781618c | |||
| 232f9c7955 | |||
| 033da46b08 | |||
| 3462633873 | |||
| 892cdc0d80 | |||
| 4b45d9404f | |||
| 8dd8a9dfc2 | |||
| 820b8fd4ea | |||
| c949a96e7b | |||
| 1a3105bdf0 | |||
| 4369f7c29e |
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-building-construction_23-2148230387.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/located-shanghai-one-hundred-years-ago-steel-bridge_1127-2887.jpg",
|
||||
src: "https://img.b2bpic.net/premium-photo/modern-concrete-house-with-geometric-design-minimalist-architecture_1121478-10996.jpg?id=330546262",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
@@ -89,11 +89,11 @@ export default function LandingPage() {
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/urban-landscape-japan-rails_23-2148889589.jpg",
|
||||
src: "https://img.b2bpic.net/premium-photo/architecture-details-cement-curve-shape-modern-building-futuristic-space-abstract-background_1033579-191402.jpg?id=334081552",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/architect-putting-safety-helmet-desk_23-2148242987.jpg",
|
||||
src: "https://img.b2bpic.net/free-photo/beautiful-modern-building-modern-architecture_181624-21692.jpg?id=11111843",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
@@ -302,11 +302,11 @@ export default function LandingPage() {
|
||||
role: "CEO",
|
||||
company: "DevelopCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/premium-photo/smiling-saudi-man-traditional-attire-with-arms-crossed_99297-843.jpg?id=422598394",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sara Khalid",
|
||||
name: "Sara ",
|
||||
role: "Director",
|
||||
company: "CityBuild",
|
||||
rating: 5,
|
||||
@@ -314,15 +314,17 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mohammed Omar",
|
||||
name: "Moha
|
||||
med Omar",
|
||||
role: "Project Manager",
|
||||
company: "UrbanDesign",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-engineers-hand-shake_23-2148480373.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/arab-man-standing-yellow-background-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-2195.jpg?id=38843129",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Layla Saeed",
|
||||
name: "Layla
|
||||
",
|
||||
role: "Owner",
|
||||
company: "VillaLux",
|
||||
rating: 5,
|
||||
@@ -381,7 +383,7 @@ export default function LandingPage() {
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-male-female-architecture-discussing-something-while-coffee-break_23-2148204031.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/happy-customer-service-representative-using-computer-having-video-call-with-clients-while-working-call-center_637285-6169.jpg?id=26345279"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0f1c;
|
||||
--card: #111827;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #D4AF37;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #111827;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #D4AF37;
|
||||
--background-accent: #D4AF37;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user