From 0b1021232a7225308e0ee052d39c5a84805daf6e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:00:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 148 +++++++---------------------------------------- 1 file changed, 21 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd01d90..c2b27b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -70,9 +70,7 @@ export default function HomePage() { navItems={navItems} brandName="Granite House" button={{ - text: "Call Now", - href: "tel:01772440888", - }} + text: "Call Now", href: "tel:01772440888"}} /> @@ -80,7 +78,7 @@ export default function HomePage() { @@ -252,53 +182,17 @@ export default function HomePage() { topMarqueeDirection="left" testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "Kitchen Renovation", - testimonial: "Excellent service from start to finish. The granite worktop completely transformed my kitchen. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", handle: "Kitchen Renovation", testimonial: "Excellent service from start to finish. The granite worktop completely transformed my kitchen. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael Chen", - handle: "Interior Designer", - testimonial: "Quick turnaround and installed impeccably. Granite House is my go-to supplier for client projects.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", handle: "Interior Designer", testimonial: "Quick turnaround and installed impeccably. Granite House is my go-to supplier for client projects.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emma Watson", - handle: "Bathroom Renovation", - testimonial: "The marble vanity is absolutely stunning. Professional team and beautiful results exceeded my expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", - imageAlt: "Emma Watson", - }, + id: "3", name: "Emma Watson", handle: "Bathroom Renovation", testimonial: "The marble vanity is absolutely stunning. Professional team and beautiful results exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Watson"}, { - id: "4", - name: "David Smith", - handle: "Property Developer", - testimonial: "Reliable partner for multiple projects. Quality workmanship and competitive pricing make them stand out.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", - imageAlt: "David Smith", - }, + id: "4", name: "David Smith", handle: "Property Developer", testimonial: "Reliable partner for multiple projects. Quality workmanship and competitive pricing make them stand out.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "David Smith"}, { - id: "5", - name: "Lisa Brown", - handle: "Homeowner", - testimonial: "Outstanding attention to detail. The quartz island is the focal point of our new kitchen. Worth every penny!", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", - imageAlt: "Lisa Brown", - }, + id: "5", name: "Lisa Brown", handle: "Homeowner", testimonial: "Outstanding attention to detail. The quartz island is the focal point of our new kitchen. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Brown"}, { - id: "6", - name: "James Wilson", - handle: "Kitchen Designer", - testimonial: "Best stone supplier in Preston. Consistent quality, professional installation, and excellent customer service.", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", - imageAlt: "James Wilson", - }, + id: "6", name: "James Wilson", handle: "Kitchen Designer", testimonial: "Best stone supplier in Preston. Consistent quality, professional installation, and excellent customer service.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "James Wilson"}, ]} />