diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d1bbfa..2648ef7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -43,20 +43,20 @@ export default function LandingPage() { description="Transforming complex challenges into elegant technical solutions. Specialized in design, development, and infrastructure optimization." tag="Professional Engineer" tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/empty-research-development-photovoltaics-factory-office_482257-126742.jpg" imageAlt="Engineering workspace and technology" mediaAnimation="slide-up" testimonials={[ { name: "Alex Chen", handle: "Tech Lead, Innovation Labs", testimonial: "Outstanding technical expertise and attention to detail. Delivered exceptional results on every project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, { name: "Sarah Mitchell", handle: "Project Director, BuildCorp", testimonial: "Seamless collaboration and deep engineering knowledge. A true professional who delivers on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg"}, { name: "James Rodriguez", handle: "CTO, NextGen Systems", testimonial: "Innovative problem-solving and robust implementation. Exceeded all project expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, ]} buttons={[ { text: "View Portfolio", href: "#projects" }, @@ -137,13 +137,13 @@ export default function LandingPage() {