diff --git a/src/app/page.tsx b/src/app/page.tsx index ea1b6f4..e4625d5 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" @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -185,7 +185,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Web Design & Development", description: "Beautiful, functional websites and web applications built with cutting-edge technology. From responsive design to seamless user experiences, we create digital products that drive results.", media: { - imageSrc: "http://img.b2bpic.net/free-psd/landing-page-template-creative-business-solutions_23-2148954759.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-psd/landing-page-template-creative-business-solutions_23-2148954759.jpg" }, items: [ { icon: Smartphone, text: "Responsive Design" }, @@ -196,7 +196,7 @@ export default function LandingPage() { }, { id: "2", title: "Brand Strategy & Identity", description: "Strategic brand positioning and visual identity that resonates with your target audience. We help you define your brand story and create a compelling visual language that stands out.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg" }, items: [ { icon: Palette, text: "Visual Identity" }, @@ -207,7 +207,7 @@ export default function LandingPage() { }, { id: "3", title: "Digital Marketing & Growth", description: "Strategic digital marketing solutions that increase your online visibility and drive customer acquisition. We combine data-driven insights with creative excellence to maximize your growth.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/realistic-cyber-monday-social-media-promo-template_23-2149099297.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-vector/realistic-cyber-monday-social-media-promo-template_23-2149099297.jpg" }, items: [ { icon: TrendingUp, text: "Performance Marketing" }, @@ -247,4 +247,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file