From 7baba7595ff1f05bdeb7831c71a6f9ae0521d80d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 00:34:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 166 ++++++++--------------------------------------- 1 file changed, 27 insertions(+), 139 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd7747c..21ef4a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,61 +28,30 @@ export default function LandingPage() {
@@ -93,22 +62,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "No hidden fees", - "No compromise on materials", - "No project delays", - "No stress", - ], - }} - positiveCard={{ - items: [ - "5-Star Rated Service", - "Same-Day Inspections", - "Full Roof Replacements in 1 Day", - "Comprehensive Insurance Claim Assistance", - ], - }} + negativeCard={{ items: ["No hidden fees", "No compromise on materials", "No project delays", "No stress"] }} + positiveCard={{ items: ["5-Star Rated Service", "Same-Day Inspections", "Full Roof Replacements in 1 Day", "Comprehensive Insurance Claim Assistance"] }} title="Why Homeowners Choose Us" description="Experience excellence in every shingle we place." /> @@ -121,34 +76,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "s1", - name: "Roof Replacement", - price: "Expert Grade", - variant: "Full Service", - imageSrc: "http://img.b2bpic.net/free-photo/storage-house-with-cloudy-blue-sky-background_181624-16836.jpg?_wi=1", - }, - { - id: "s2", - name: "Roof Repair", - price: "Fast Response", - variant: "Reliable", - imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg", - }, - { - id: "s3", - name: "Storm Damage", - price: "Priority", - variant: "Urgent", - imageSrc: "http://img.b2bpic.net/free-photo/gothic-brick-tower-with-tall-window-dramatic-architecture-angle_169016-70801.jpg", - }, - { - id: "s4", - name: "Insurance Claims", - price: "Hassle-Free", - variant: "Expert", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg", - }, + { id: "s1", name: "Roof Replacement", price: "Expert Grade", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/storage-house-with-cloudy-blue-sky-background_181624-16836.jpg" }, + { id: "s2", name: "Roof Repair", price: "Fast Response", variant: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg" }, + { id: "s3", name: "Storm Damage", price: "Priority", variant: "Urgent", imageSrc: "http://img.b2bpic.net/free-photo/gothic-brick-tower-with-tall-window-dramatic-architecture-angle_169016-70801.jpg" }, + { id: "s4", name: "Insurance Claims", price: "Hassle-Free", variant: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg" }, ]} title="Our Professional Services" description="Comprehensive roofing and exterior solutions for your property." @@ -162,22 +93,10 @@ export default function LandingPage() { rating={5} author="Brianna H." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", - alt: "Gianna M.", - }, - { - src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg", - alt: "Santiago C.", - }, - { - src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", - alt: "Brianna H.", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-excited-business-leadership-smiling_482257-10514.jpg", - alt: "Rosa H.", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Gianna M." }, + { src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg", alt: "Santiago C." }, + { src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Brianna H." }, + { src: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-excited-business-leadership-smiling_482257-10514.jpg", alt: "Rosa H." }, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -187,51 +106,20 @@ export default function LandingPage() {