From 47b2df27d9788366acc555742f3572ac3c8faf4a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:33:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de96526..c4d30a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="medium" - background="fluid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -43,11 +43,10 @@ export default function LandingPage() { tag="UI/UX & Graphic Designer" title="Sharanya Sasmal" description="Visual storyteller crafting digital experiences that captivate, inspire, and convert. Specializing in UI design, UX research, and brand identity that elevates digital presence." - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} testimonials={[ { - name: "Design Excellence", handle: "Creative Direction", testimonial: "Creating compelling visual narratives through thoughtful design", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-african-american-man-dressed-classic-brown-jacket-standing-studio-dark-background_613910-17787.jpg" + name: "Design Excellence", handle: "Creative Direction", testimonial: "Creating compelling visual narratives through thoughtful design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-african-american-man-dressed-classic-brown-jacket-standing-studio-dark-background_613910-17787.jpg" } ]} buttons={[ @@ -143,7 +142,7 @@ export default function LandingPage() { tag="Professional Profile" title="Download My Resume" description="Get a comprehensive overview of my design experience, skills, and accomplishments. Available as PDF for your records." - background={{ variant: "fluid" }} + background={{ variant: "rotated-rays-animated-grid" }} useInvertedBackground={false} buttonText="Download PDF" inputPlaceholder="your@email.com" @@ -156,7 +155,7 @@ export default function LandingPage() { tag="Let's Collaborate" title="Have a Project in Mind?" description="I'm always interested in hearing about new design challenges and opportunities to create exceptional digital experiences. Reach out to discuss your project." - background={{ variant: "fluid" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} buttonText="Send Message" inputPlaceholder="your@email.com" -- 2.49.1