diff --git a/src/app/page.tsx b/src/app/page.tsx index daa206c..ccd8500 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "View Portfolio", href: "portfolio" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-chair-studio_23-2148565558.jpg" imageAlt="Professional photoshoot studio session" mediaAnimation="blur-reveal" @@ -102,10 +102,10 @@ export default function LandingPage() { tagIcon={Image} products={[ { - id: "1", name: "Corporate Headshots", price: "Professional Series", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-traveler-with-backpack-holds-compact-photo-camera_613910-15111.jpg?_wi=1", imageAlt: "Corporate headshot photography session" + id: "1", name: "Corporate Headshots", price: "Professional Series", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-traveler-with-backpack-holds-compact-photo-camera_613910-15111.jpg", imageAlt: "Corporate headshot photography session" }, { - id: "2", name: "Product Photography", price: "Commercial Package", imageSrc: "http://img.b2bpic.net/free-photo/product-photography-shoot-shoes_53876-137635.jpg?_wi=1", imageAlt: "Professional product photoshoot setup" + id: "2", name: "Product Photography", price: "Commercial Package", imageSrc: "http://img.b2bpic.net/free-photo/product-photography-shoot-shoes_53876-137635.jpg", imageAlt: "Professional product photoshoot setup" }, { id: "3", name: "Event Coverage", price: "Full Day Service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-photographer-married-couple_23-2150264486.jpg", imageAlt: "Professional event photography session" @@ -129,7 +129,7 @@ export default function LandingPage() { id: "1", value: "89%", title: "Client Satisfaction", description: "Consistently delivering excellence in every shoot", imageSrc: "http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg", imageAlt: "Professional photography studio" }, { - id: "2", value: "2.5x", title: "Content ROI", description: "Average engagement increase for client brands", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-traveler-with-backpack-holds-compact-photo-camera_613910-15111.jpg?_wi=2", imageAlt: "Professional photoshoot results" + id: "2", value: "2.5x", title: "Content ROI", description: "Average engagement increase for client brands", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-traveler-with-backpack-holds-compact-photo-camera_613910-15111.jpg", imageAlt: "Professional photoshoot results" } ]} animationType="slide-up" @@ -146,10 +146,10 @@ export default function LandingPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Creative Director", testimonial: "Studio Light transformed our brand identity with stunning photography. The attention to detail and professionalism exceeded all expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=1", imageAlt: "Sarah Mitchell headshot", icon: Star + id: "1", name: "Sarah Mitchell", role: "Creative Director", testimonial: "Studio Light transformed our brand identity with stunning photography. The attention to detail and professionalism exceeded all expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Sarah Mitchell headshot", icon: Star }, { - id: "2", name: "Michael Chen", role: "Founder & CEO", testimonial: "Working with Studio Light was a game-changer for our marketing materials. Their creative vision brought our products to life in ways we couldn't have imagined.", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=2", imageAlt: "Michael Chen headshot", icon: Star + id: "2", name: "Michael Chen", role: "Founder & CEO", testimonial: "Working with Studio Light was a game-changer for our marketing materials. Their creative vision brought our products to life in ways we couldn't have imagined.", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Michael Chen headshot", icon: Star }, { id: "3", name: "Emma Rodriguez", role: "Marketing Manager", testimonial: "Professional, creative, and incredibly easy to work with. Studio Light delivered exceptional results on tight deadlines without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg", imageAlt: "Emma Rodriguez headshot", icon: Star @@ -179,7 +179,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/product-photography-shoot-shoes_53876-137635.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/product-photography-shoot-shoes_53876-137635.jpg" imageAlt="Professional photography setup" mediaAnimation="blur-reveal" mediaPosition="right"