From 70aa19601f6304dea899c78754801295cac23972 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:00:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63afe24..5fc2cb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -101,14 +101,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Roofing Sheets", author: "Premium Selection", description: "High-quality corrugated and metal roofing sheets in various gauges and finishes. Perfect for residential and commercial projects.", tags: ["Essential", "Popular"], - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "Selection of roofing sheets"}, + id: "1", title: "Roofing Sheets", author: "Premium Selection", description: "High-quality corrugated and metal roofing sheets in various gauges and finishes. Perfect for residential and commercial projects.", tags: ["Essential", "Popular"], imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "Selection of roofing sheets"}, { - id: "2", title: "Lumber & Wood", author: "Variety Available", description: "Grade-A lumber, timber, and wood materials for framing, roofing support, and structural needs. All sizes in stock.", tags: ["Structural", "Bulk Orders"], - imageSrc: "http://img.b2bpic.net/free-photo/stack-square-wood-planks-furniture-materials_23-2147945090.jpg", imageAlt: "Quality lumber and wood materials"}, + id: "2", title: "Lumber & Wood", author: "Variety Available", description: "Grade-A lumber, timber, and wood materials for framing, roofing support, and structural needs. All sizes in stock.", tags: ["Structural", "Bulk Orders"], imageSrc: "http://img.b2bpic.net/free-photo/stack-square-wood-planks-furniture-materials_23-2147945090.jpg", imageAlt: "Quality lumber and wood materials"}, { - id: "3", title: "Hardware & Fasteners", author: "Complete Stock", description: "Nails, bolts, screws, and all fastening hardware needed for professional-grade construction projects.", tags: ["Hardware", "In Stock"], - imageSrc: "http://img.b2bpic.net/free-photo/scattered-metal-nails-white-surface_191095-100066.jpg", imageAlt: "Construction hardware and fasteners"}, + id: "3", title: "Hardware & Fasteners", author: "Complete Stock", description: "Nails, bolts, screws, and all fastening hardware needed for professional-grade construction projects.", tags: ["Hardware", "In Stock"], imageSrc: "http://img.b2bpic.net/free-photo/scattered-metal-nails-white-surface_191095-100066.jpg", imageAlt: "Construction hardware and fasteners"}, ]} animationType="slide-up" buttons={[{ text: "Get Pricing", href: "tel:+18682990037" }]} @@ -197,7 +194,7 @@ export default function LandingPage() { { text: "📧 Email Us", href: "mailto:info@ramkals.com" }, { text: "WhatsApp", href: "https://wa.me/18682990037" }, ]} - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} useInvertedBackground={true} ariaLabel="Contact information section" /> -- 2.49.1