4 Commits

Author SHA1 Message Date
3691cd0505 Merge version_2 into main
Merge version_2 into main
2026-03-19 16:58:47 +00:00
99dd1d2e52 Update theme colors 2026-03-19 16:58:41 +00:00
ceefe54a1f Merge version_2 into main
Merge version_2 into main
2026-03-19 13:46:29 +00:00
08dbea6a57 Update src/app/page.tsx 2026-03-19 13:46:25 +00:00
2 changed files with 13 additions and 5 deletions

View File

@@ -129,6 +129,13 @@ export default function LandingPage() {
{ icon: Zap, label: "Lighting", value: "Technical Precision" }
]
},
{
title: "Corporate Photography", description: "Professional headshots, team portraits, and corporate branding photography for businesses and executives.", bentoComponent: "icon-info-cards", items: [
{ icon: Award, label: "Headshots", value: "Executive Quality" },
{ icon: Users, label: "Team Portraits", value: "Professional Styling" },
{ icon: Camera, label: "Branding", value: "Brand Consistency" }
]
},
{
title: "Large-Scale Events", description: "Multi-photographer teams for festivals, galas, and mega events requiring comprehensive coverage.", bentoComponent: "icon-info-cards", items: [
{ icon: Users, label: "Team", value: "Multiple Photographers" },
@@ -204,6 +211,7 @@ export default function LandingPage() {
{ label: "Corporate Events", href: "#services" },
{ label: "Mega Events", href: "#services" },
{ label: "Product Photography", href: "#services" },
{ label: "Corporate Photography", href: "#services" },
{ label: "Fine Art Prints", href: "#services" }
]
},
@@ -229,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);