Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3691cd0505 | |||
| 99dd1d2e52 | |||
| ceefe54a1f | |||
| 08dbea6a57 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user