From 52097e8728bea49ba0806c20d69eb19337e0b754 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:43:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53fa09c..4e911b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="large" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -74,7 +74,7 @@ export default function LandingPage() { ]} autoPlay={true} autoPlayInterval={5000} - background={{ variant: "noise" }} + background={{ variant: "plain" }} ariaLabel="Hero section with premium engraved product carousel" /> @@ -95,7 +95,7 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "prod-stone-black", name: "Engraved Black Marble Stone", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-vector/funeral-card-template_23-2147999056.jpg?_wi=1", imageAlt: "Premium black marble stone with precision engraving" + id: "prod-stone-black", name: "Engraved Black Marble Stone", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-vector/funeral-card-template_23-2147999056.jpg", imageAlt: "Premium black marble stone with precision engraving" }, { id: "prod-stone-white", name: "Engraved Limestone Plaque", price: "$52.00", imageSrc: "http://img.b2bpic.net/free-photo/concept-healthy-vegetarian-diet-food-delivery-concept-raw-food-top-view_127032-3236.jpg", imageAlt: "Light limestone plaque perfect for memorials" @@ -155,7 +155,7 @@ export default function LandingPage() { id: "feature-1", title: "Upload Your Design", description: "Share your photo, text, or digital artwork. Our intuitive uploader supports all common formats. Preview exactly how it will look on your chosen product.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-vector/concept-image-upload-landing-page_23-2148319404.jpg", imageAlt: "Design upload interface preview" }, { - id: "feature-2", title: "Choose Your Product", description: "Select from our curated range of premium engraving surfaces—marble stones, phone covers, keychains, wooden boxes, and more. Each material delivers unique visual beauty.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/funeral-card-template_23-2147999056.jpg?_wi=2", imageAlt: "Product selection showcase" + id: "feature-2", title: "Choose Your Product", description: "Select from our curated range of premium engraving surfaces—marble stones, phone covers, keychains, wooden boxes, and more. Each material delivers unique visual beauty.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/funeral-card-template_23-2147999056.jpg", imageAlt: "Product selection showcase" }, { id: "feature-3", title: "We Engrave with Precision", description: "Our laser masters transform your design into permanent, museum-quality engraving. Every detail is verified by our quality team before packaging.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg", imageAlt: "Precision quality control inspection" @@ -267,7 +267,7 @@ export default function LandingPage() { { text: "Start Customizing", href: "#products" }, { text: "Message Us on WhatsApp", href: "https://wa.me/1234567890?text=Hi%20Incarved%2C%20I%27d%20like%20to%20discuss%20a%20custom%20order" } ]} - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} ariaLabel="Call-to-action contact section" />