6 Commits

Author SHA1 Message Date
31ef0697b6 Update src/app/page.tsx 2026-05-14 01:52:11 +00:00
47eb714c43 Update src/app/page.tsx 2026-05-14 01:48:43 +00:00
21c202aaef Update theme colors 2026-05-14 01:29:48 +00:00
a72585a78e Update theme colors 2026-05-14 01:29:37 +00:00
359781618c Update theme colors 2026-05-14 01:29:29 +00:00
232f9c7955 Update theme colors 2026-05-14 01:29:11 +00:00
2 changed files with 20 additions and 18 deletions

View File

@@ -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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
--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);