diff --git a/src/app/page.tsx b/src/app/page.tsx
index 58864d7..ef05be1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
- background="aurora"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
@@ -183,7 +183,7 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
- id: "1", title: "Video Production & Editing", description: "From short-form TikTok content to long-form YouTube storytelling. We produce scroll-stopping video at scale with rapid turnarounds.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?_wi=1" },
+ id: "1", title: "Video Production & Editing", description: "From short-form TikTok content to long-form YouTube storytelling. We produce scroll-stopping video at scale with rapid turnarounds.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg" },
items: [
{ icon: Video, text: "Product showcase videos" },
{ icon: Users, text: "User-generated content production" },
@@ -193,7 +193,7 @@ export default function LandingPage() {
reverse: false
},
{
- id: "2", title: "Photography & Product Imaging", description: "Professional product and lifestyle photography optimized for every platform. Consistent aesthetic, maximum conversion impact.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?_wi=2" },
+ id: "2", title: "Photography & Product Imaging", description: "Professional product and lifestyle photography optimized for every platform. Consistent aesthetic, maximum conversion impact.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg" },
items: [
{ icon: Camera, text: "Product photography" },
{ icon: Images, text: "Lifestyle & use-case shots" },
@@ -203,7 +203,7 @@ export default function LandingPage() {
reverse: true
},
{
- id: "3", title: "Copy & Messaging Strategy", description: "Conversion-focused copywriting that speaks to your DTC audience. A/B tested headlines, CTAs, and benefit statements.", media: { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-looking-company-charts_482257-124401.jpg?_wi=1" },
+ id: "3", title: "Copy & Messaging Strategy", description: "Conversion-focused copywriting that speaks to your DTC audience. A/B tested headlines, CTAs, and benefit statements.", media: { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-looking-company-charts_482257-124401.jpg" },
items: [
{ icon: FileText, text: "Email copywriting" },
{ icon: Share2, text: "Social media captions" },
@@ -213,7 +213,7 @@ export default function LandingPage() {
reverse: false
},
{
- id: "4", title: "Graphics & Design Systems", description: "Cohesive visual language across all touchpoints. Templates, brand assets, and design systems for consistent brand evolution.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?_wi=3" },
+ id: "4", title: "Graphics & Design Systems", description: "Cohesive visual language across all touchpoints. Templates, brand assets, and design systems for consistent brand evolution.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg" },
items: [
{ icon: Palette, text: "Design system creation" },
{ icon: Layout, text: "Template development" },
@@ -223,7 +223,7 @@ export default function LandingPage() {
reverse: true
},
{
- id: "5", title: "Creative Strategy & Testing", description: "Data-informed creative direction. We test concepts, iterate based on performance, and refine your creative strategy monthly.", media: { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-looking-company-charts_482257-124401.jpg?_wi=2" },
+ id: "5", title: "Creative Strategy & Testing", description: "Data-informed creative direction. We test concepts, iterate based on performance, and refine your creative strategy monthly.", media: { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-looking-company-charts_482257-124401.jpg" },
items: [
{ icon: Brain, text: "Creative ideation workshops" },
{ icon: BarChart3, text: "Performance analysis" },
@@ -233,7 +233,7 @@ export default function LandingPage() {
reverse: false
},
{
- id: "6", title: "Multi-Channel Campaign Execution", description: "Coordinated creative deployment across email, social, paid ads, and landing pages. Everything works together, optimized for conversions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?_wi=4" },
+ id: "6", title: "Multi-Channel Campaign Execution", description: "Coordinated creative deployment across email, social, paid ads, and landing pages. Everything works together, optimized for conversions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg" },
items: [
{ icon: Mail, text: "Email campaign assets" },
{ icon: Share2, text: "Social media scheduling" },
@@ -250,7 +250,7 @@ export default function LandingPage() {