From f17b1c89bd4eee898737f83fb63fb22bd4b64bb9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:16:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 367 ++++++++--------------------------------------- 1 file changed, 61 insertions(+), 306 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0f5f30..d0d93e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,10 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; @@ -34,114 +34,50 @@ export default function LandingPage() {
@@ -154,29 +90,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Cloud Architecture", - description: "Resilient infrastructure built for speed and security.", - tag: "Cloud", - imageSrc: "http://img.b2bpic.net/free-vector/cloud-computing_24911-45209.jpg", - }, + id: "f1", title: "Leak Detection", description: "Pinpoint and repair hidden leaks before they cause major damage.", tag: "Fixes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-of-pipes-under-sink_23-2148784186.jpg"}, { - id: "f2", - title: "Artificial Intelligence", - description: "Smart automation that drives predictive insights.", - tag: "AI", - imageSrc: "http://img.b2bpic.net/free-photo/ai-robot-with-artificial-intelligence-interface_23-2151977477.jpg", - }, + id: "f2", title: "Drain Cleaning", description: "Advanced hydro-jetting to keep your pipes flowing freely.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/plumber-cleaning-drain-with-machine_23-2148784204.jpg"}, { - id: "f3", - title: "Data Analytics", - description: "Transforming complex raw data into actionable knowledge.", - tag: "Data", - imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", - }, + id: "f3", title: "Water Heater Service", description: "Installation and maintenance for endless hot water.", tag: "Heating", imageSrc: "http://img.b2bpic.net/free-photo/water-heater-in-basement_23-2148784190.jpg"}, ]} - title="Advanced Technology Stack" - description="Powerful capabilities to solve complex problems." + title="Our Services" + description="Comprehensive plumbing solutions tailored to your needs." />
@@ -187,63 +108,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Allotech", - name: "CloudSuite Pro", - price: "$499/mo", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074298.jpg", - }, - { - id: "p2", - brand: "Allotech", - name: "SecurGuard AI", - price: "$799/mo", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041839.jpg", - }, - { - id: "p3", - brand: "Allotech", - name: "CRM Flow Pro", - price: "$299/mo", - rating: 4, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169864.jpg", - }, - { - id: "p4", - brand: "Allotech", - name: "AutoMate Enterprise", - price: "$999/mo", - rating: 5, - reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-organized-school-supplies-with-copy-space-education-day_23-2149241005.jpg", - }, - { - id: "p5", - brand: "Allotech", - name: "CloudStore HD", - price: "$199/mo", - rating: 4, - reviewCount: "430", - imageSrc: "http://img.b2bpic.net/free-photo/external-hard-drive-laptop-arrangement_23-2149417034.jpg", - }, - { - id: "p6", - brand: "Allotech", - name: "DevEnv Elite", - price: "$399/mo", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg", - }, + { id: "p1", brand: "ProGrade", name: "Smart Leak Sensor", price: "$89", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/smart-home-sensor_23-2148784210.jpg" }, + { id: "p2", brand: "PipePros", name: "Premium Faucet Set", price: "$199", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-faucet_23-2148784195.jpg" }, ]} - title="Our Enterprise Solutions" - description="Ready-to-deploy software tools for modern business challenges." + title="Quality Components" + description="Professional-grade hardware for long-lasting installations." /> @@ -254,87 +123,22 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - tag: "Starter", - price: "$99", - period: "/mo", - description: "Core tools for startups.", - button: { - text: "Start Now", - }, - featuresTitle: "Includes:", - features: [ - "Cloud Hosting", - "Basic Analytics", - "1 User Seat", - ], - }, - { - id: "pro", - tag: "Professional", - price: "$299", - period: "/mo", - description: "Advanced tools for scale.", - button: { - text: "Choose Pro", - }, - featuresTitle: "Everything in Starter, plus:", - features: [ - "Unlimited Cloud", - "Advanced AI", - "10 User Seats", - ], - }, - { - id: "enterprise", - tag: "Enterprise", - price: "$899", - period: "/mo", - description: "Custom solution at scale.", - button: { - text: "Contact Sales", - }, - featuresTitle: "Everything in Pro, plus:", - features: [ - "Dedicated Server", - "24/7 Support", - "Unlimited Seats", - ], + id: "basic", tag: "Essential", price: "$129", period: "/fix", description: "Standard repair visits.", button: { text: "Book Now" }, + featuresTitle: "Includes:", features: ["Inspection", "Basic Repair", "Clean up"], }, ]} - title="Flexible Pricing Options" - description="Plans designed to grow with your business needs." + title="Transparent Pricing" + description="Fair, flat-rate pricing for all our plumbing services." />
@@ -347,92 +151,43 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} members={[ - { - id: "t1", - name: "Alice Chen", - role: "Lead Architect", - imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg", - }, - { - id: "t2", - name: "David Miller", - role: "Project Manager", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", - }, - { - id: "t3", - name: "Sarah Jones", - role: "Head Developer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-business-leader-standing-with-team_1262-1996.jpg", - }, - { - id: "t4", - name: "Elena Rossi", - role: "UI Design Lead", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-apron_23-2149007471.jpg", - }, + { id: "t1", name: "Mike Ross", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-holding-wrench_23-2148784198.jpg" }, ]} - title="Meet Our Visionaries" - description="Driven by excellence and innovation at every step." + title="Meet Our Experts" + description="Our team is certified, bonded, and ready to solve your plumbing challenges." />
- +
- +
-- 2.49.1