diff --git a/src/app/page.tsx b/src/app/page.tsx index 67d88ba..a706f72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -100,7 +100,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Tech Startup", name: "E-Commerce Platform Redesign", price: "Design & Development", rating: 5, - reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/desk-flat-lay-with-tablet_52683-86163.jpg?_wi=2", imageAlt: "E-commerce platform redesign"}, + reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/desk-flat-lay-with-tablet_52683-86163.jpg", imageAlt: "E-commerce platform redesign"}, { id: "2", brand: "Creative Agency", name: "Brand Identity System", price: "Brand Strategy", rating: 5, reviewCount: "8.3k", imageSrc: "http://img.b2bpic.net/free-psd/portfolio-showcase-social-media-template-with-photo-frame_47987-32070.jpg", imageAlt: "Brand identity system"}, @@ -130,7 +130,7 @@ export default function LandingPage() { ]} buttons={[{ text: "Let's Collaborate", href: "contact" }]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/desk-flat-lay-with-tablet_52683-86163.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/desk-flat-lay-with-tablet_52683-86163.jpg" imageAlt="Skills showcase" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -167,7 +167,7 @@ export default function LandingPage() { { text: "Send Me an Email", href: "mailto:safwan@example.com" }, { text: "Schedule a Call", href: "#" }, ]} - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} />