From 016539702d486bb7a47069f858ff638d67b5df90 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:02:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc2420b..0acb81e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { description="Elevate your brand with thoughtful graphic design that captures attention and communicates your vision with precision." tag="Portfolio" tagIcon={Sparkles} - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-boutique-template_23-2149307660.jpg", imageAlt: "Portfolio work 1" @@ -83,7 +83,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "project-1", name: "Brand Identity System", price: "Complete Branding", variant: "Logo, Guidelines, Collateral", imageSrc: "http://img.b2bpic.net/free-photo/creating-new-fashion-trends_1098-13434.jpg?_wi=1", imageAlt: "Brand identity project" + id: "project-1", name: "Brand Identity System", price: "Complete Branding", variant: "Logo, Guidelines, Collateral", imageSrc: "http://img.b2bpic.net/free-photo/creating-new-fashion-trends_1098-13434.jpg", imageAlt: "Brand identity project" }, { id: "project-2", name: "Editorial Design", price: "Print & Digital", variant: "Magazine Layout, Posters", imageSrc: "http://img.b2bpic.net/free-photo/black-pigment-diffusing-with-water_23-2147828390.jpg", imageAlt: "Editorial design project" @@ -130,7 +130,7 @@ export default function LandingPage() { id: "4", title: "Illustration & Custom Artwork", content: "Original illustrations and custom artwork that bring your ideas to life. Perfect for adding personality and uniqueness to your brand or marketing campaigns." } ]} - imageSrc="http://img.b2bpic.net/free-photo/creating-new-fashion-trends_1098-13434.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/creating-new-fashion-trends_1098-13434.jpg" imageAlt="Services showcase" mediaAnimation="slide-up" useInvertedBackground={true} -- 2.49.1