From bb2f4097ea6c5915b5041bdae08c72aac1aa5f85 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:35:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 394 ++++++----------------------------------------- 1 file changed, 48 insertions(+), 346 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fb7063..1f39272 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,127 +30,26 @@ export default function LandingPage() {
@@ -160,30 +59,12 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Expert Team", - subtitle: "Certified professionals", - category: "Reliability", - value: "100%", - }, - { - id: "f2", - title: "Fast Response", - subtitle: "Same-day service", - category: "Speed", - value: "24/7", - }, - { - id: "f3", - title: "Transparent Pricing", - subtitle: "No hidden fees", - category: "Value", - value: "Fair", - }, + { id: "f1", title: "Local Expertise", subtitle: "New Smyrna Beach specialists", category: "Reliability", value: "100%" }, + { id: "f2", title: "Fast Response", subtitle: "Quick site assessment", category: "Speed", value: "24/7" }, + { id: "f3", title: "Quality Guaranteed", subtitle: "Workmanship warranty", category: "Value", value: "Fair" }, ]} - title="Why Choose Our Service?" - description="We are dedicated to providing the highest level of service in the industry." + title="Why Choose Summit Roofing?" + description="We are dedicated to providing the highest level of roofing expertise to the New Smyrna Beach community." /> @@ -194,80 +75,23 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Service", - name: "Standard Inspection", - price: "Contact", - rating: 5, - reviewCount: "120", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=74g8ha", - }, - { - id: "p2", - brand: "Service", - name: "Emergency Repair", - price: "Contact", - rating: 5, - reviewCount: "85", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zuezfn", - }, - { - id: "p3", - brand: "Service", - name: "Routine Maintenance", - price: "Contact", - rating: 5, - reviewCount: "92", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4y0ofo", - }, - { - id: "p4", - brand: "Service", - name: "System Installation", - price: "Contact", - rating: 5, - reviewCount: "78", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8ohv7i", - }, - { - id: "p5", - brand: "Service", - name: "Professional Cleaning", - price: "Contact", - rating: 5, - reviewCount: "65", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nhse97", - }, - { - id: "p6", - brand: "Service", - name: "Advanced Consultation", - price: "Contact", - rating: 5, - reviewCount: "110", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3nkcrw", - }, + { id: "p1", brand: "Roofing", name: "Roof Inspection", price: "Contact", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=74g8ha" }, + { id: "p2", brand: "Roofing", name: "Emergency Repair", price: "Contact", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zuezfn" }, + { id: "p3", brand: "Roofing", name: "New Installation", price: "Contact", rating: 5, reviewCount: "92", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4y0ofo" }, ]} - title="Our Professional Services" - description="Comprehensive solutions tailored to your specific needs." + title="Our Roofing Services" + description="Professional roofing services for homes and businesses in New Smyrna Beach." />
@@ -347,30 +121,12 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} features={[ - { - id: "p1", - title: "Book Online", - subtitle: "Schedule when convenient", - category: "Step 1", - value: "Quick", - }, - { - id: "p2", - title: "Expert Arrival", - subtitle: "On-time professional", - category: "Step 2", - value: "Pro", - }, - { - id: "p3", - title: "Job Done", - subtitle: "Results delivered fast", - category: "Step 3", - value: "Done", - }, + { id: "p1", title: "Free Consultation", subtitle: "Get an accurate estimate", category: "Step 1", value: "Easy" }, + { id: "p2", title: "Expert Execution", subtitle: "Precision roof work", category: "Step 2", value: "Pro" }, + { id: "p3", title: "Final Inspection", subtitle: "Quality assurance check", category: "Step 3", value: "Done" }, ]} - title="Simple 3-Step Process" - description="Getting your service request handled is easier than ever." + title="Our Roofing Process" + description="We make residential and commercial roofing simple and worry-free." /> @@ -379,25 +135,13 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "What areas do you serve?", - content: "We serve the entire [City] area and surrounding neighborhoods.", - }, - { - id: "q2", - title: "Are your services guaranteed?", - content: "Yes, we stand behind all our work with a 100% satisfaction guarantee.", - }, - { - id: "q3", - title: "How can I book an appointment?", - content: "You can book directly through our website or call us at [Phone Number].", - }, + { id: "q1", title: "What areas do you serve?", content: "We exclusively serve New Smyrna Beach, FL and the surrounding community." }, + { id: "q2", title: "Are you licensed and insured?", content: "Yes, Summit Roofing is fully licensed and insured for all roofing operations in Florida." }, + { id: "q3", title: "How can I schedule a quote?", content: "Call us at (321) 513-5510 or visit us at our office at 308 N Orange St." }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m0wd5a" title="Frequently Asked Questions" - description="Got questions? We have answers." + description="Common questions about your local roofing partner." faqsAnimation="slide-up" /> @@ -405,66 +149,24 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1