From 6465b2d4725b8049f595b666342260c518807e9f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:42:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce5e80e..9770b8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -46,16 +46,16 @@ export default function LandingPage() { description="Scotland's most trusted premium roofing specialist. Serving residential and investment property owners with transparency, professionalism, and unmatched expertise." tag="Premium Roofing" tagIcon={Sparkles} - background={{ variant: "fluid" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/traditional-ceramic-roof-tiles-government-building-dijon-burgundy-france_1101-2530.jpg", imageAlt: "Premium luxury roofing installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=1", imageAlt: "Before and after roofing transformation" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Before and after roofing transformation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=1", imageAlt: "Professional roof restoration project" + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", imageAlt: "Professional roof restoration project" } ]} buttons={[ @@ -111,10 +111,10 @@ export default function LandingPage() { tag="Project Portfolio" products={[ { - id: "1", name: "Victorian Slate Roof Restoration", price: "£18,500", variant: "Historic Property Full Replacement", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=2", imageAlt: "Victorian slate roof restoration" + id: "1", name: "Victorian Slate Roof Restoration", price: "£18,500", variant: "Historic Property Full Replacement", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Victorian slate roof restoration" }, { - id: "2", name: "Investment Property Repair", price: "£7,200", variant: "Rental Property Emergency Repair", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=2", imageAlt: "Investment property roof repair" + id: "2", name: "Investment Property Repair", price: "£7,200", variant: "Rental Property Emergency Repair", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", imageAlt: "Investment property roof repair" }, { id: "3", name: "Modern Tile Installation", price: "£24,800", variant: "New Build Full Installation", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", imageAlt: "Modern tile roof installation" @@ -138,11 +138,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Morrison", role: "Property Investor", company: "Edinburgh Portfolio Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=1", imageAlt: "James Morrison, property investor" + imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "James Morrison, property investor" }, { id: "2", name: "Catherine McLeod", role: "Homeowner", company: "Bruntsfield, Edinburgh", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=1", imageAlt: "Catherine McLeod, satisfied homeowner" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "Catherine McLeod, satisfied homeowner" }, { id: "3", name: "David Chen", role: "Property Manager & Factor", company: "Managing 45+ Properties", rating: 5, @@ -154,11 +154,11 @@ export default function LandingPage() { }, { id: "5", name: "Sarah Wilson", role: "Estate Owner", company: "Family Estate, Perthshire", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=2", imageAlt: "Sarah Wilson, estate owner" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "Sarah Wilson, estate owner" }, { id: "6", name: "Michael Thomson", role: "Commercial Developer", company: "Thomson Development Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=2", imageAlt: "Michael Thomson, developer" + imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Michael Thomson, developer" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1