From afce6646641dcd1e17dbd73d690a5647248aa52c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:20:24 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 140 +++++++---------------------------------- 1 file changed, 21 insertions(+), 119 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a279888..844fe74 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,127 +1,29 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Users } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - - - - -
- -
- -
- -
- - -
+ logoText="Masi Digital" + columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] }]} + />
); -} +} \ No newline at end of file -- 2.49.1 From 21be928b961dffa10fa91ddcb647f07a39de14b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:20:25 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 134 +++++++-------------------------------- 1 file changed, 23 insertions(+), 111 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dd1fe04..4b42406 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,119 +1,31 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Mail } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - - - - -
- -
- -
- -
- - -
+ logoText="Masi Digital" + columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }] }]} + />
); -} +} \ No newline at end of file -- 2.49.1 From 4b06fc1656bbbc5f5ed913a41b0930ac262d5d26 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:20:25 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 180 ++++++----------------------------------------- 1 file changed, 20 insertions(+), 160 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c70d7b..229770b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,70 +29,29 @@ export default function LandingPage() {
@@ -103,57 +62,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "tier1", - badge: "TIER 01", - price: "Starting at $1,000", - subtitle: "Professional Website", - buttons: [ - { - text: "See what's included", - href: "/services", - }, - ], - features: [ - "Professional design", - "Mobile responsive", - "Local SEO setup", - ], - }, - { - id: "tier2", - badge: "TIER 02 — MOST POPULAR", - price: "Starting at $1,000", - subtitle: "Website + Lead Automation", - buttons: [ - { - text: "See what's included", - href: "/services", - }, - ], - features: [ - "Everything in Tier 1", - "Instant automated text", - "Full CRM dashboard", - ], - }, - { - id: "tier3", - badge: "TIER 03 — FULL SYSTEM", - price: "Starting at $1,000", - subtitle: "The Full System", - buttons: [ - { - text: "See what's included", - href: "/services", - }, - ], - features: [ - "Everything in Tier 2", - "AI Receptionist 24/7", - "Automated Booking", - ], - }, + { id: "tier1", badge: "TIER 01", price: "Starting at $1,000", subtitle: "Professional Website", buttons: [{ text: "See what's included", href: "/services" }], features: ["Professional design", "Mobile responsive", "Local SEO setup"] }, + { id: "tier2", badge: "TIER 02 — MOST POPULAR", price: "Starting at $1,000", subtitle: "Website + Lead Automation", buttons: [{ text: "See what's included", href: "/services" }], features: ["Everything in Tier 1", "Instant automated text", "Full CRM dashboard"] }, ]} title="Three Levels. One Goal. More Jobs." description="You do the work. We make sure the phone never stops ringing." @@ -166,13 +76,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted by Local Leaders" description="We partner with businesses that demand excellence and results." - names={[ - "Long Island HVAC", - "Metro Construction", - "Elite Landscaping", - "Island Auto Repair", - "Coastal Plumbing", - ]} + names={["Long Island HVAC", "Metro Construction", "Elite Landscaping", "Island Auto Repair", "Coastal Plumbing"]} /> @@ -184,16 +88,8 @@ export default function LandingPage() { description="Everything you need to know about our digital transformation process." faqsAnimation="slide-up" faqs={[ - { - id: "f1", - title: "How long does a website take?", - content: "Most projects are completed within 2 to 4 weeks depending on complexity.", - }, - { - id: "f2", - title: "Do you offer SEO?", - content: "Yes, we build every site with local SEO best practices to ensure you get found.", - }, + { id: "f1", title: "How long does a website take?", content: "Most projects are completed within 2 to 4 weeks depending on complexity." }, + { id: "f2", title: "Do you offer SEO?", content: "Yes, we build every site with local SEO best practices to ensure you get found." }, ]} /> @@ -207,20 +103,8 @@ export default function LandingPage() { title="Real World Results" description="We don't just build sites; we build high-performing business engines." metrics={[ - { - id: "m1", - value: "2x", - title: "Lead Volume", - description: "Average increase in inquiries", - icon: TrendingUp, - }, - { - id: "m2", - value: "90%", - title: "Automation", - description: "Task reduction for owners", - icon: Star, - }, + { id: "m1", value: "2x", title: "Lead Volume", description: "Average increase in inquiries", icon: TrendingUp }, + { id: "m2", value: "90%", title: "Automation", description: "Task reduction for owners", icon: Star }, ]} /> @@ -229,32 +113,8 @@ export default function LandingPage() { @@ -262,4 +122,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From d3dbc1ae7a9bd8eccd136a503123a0e8cfd783a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:20:26 +0000 Subject: [PATCH 4/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 145 +++++++------------------------------- 1 file changed, 25 insertions(+), 120 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 4568396..0cf420e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -1,128 +1,33 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Globe } from "lucide-react"; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { ChevronRight } from "lucide-react"; -export default function LandingPage() { +export default function ServicesPage() { return ( - - - - -
- -
- -
- -
- - -
+ logoText="Masi Digital" + columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] }]} + />
); -} +} \ No newline at end of file -- 2.49.1 From 448525b95830c402cae87ac2499c2dd87e2e07e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:20:26 +0000 Subject: [PATCH 5/5] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e1ecc1a..4a58158 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; - --foreground: #0f172a; - --primary-cta: #3b82f6; + --card: #ffffff; + --foreground: #000b1d; + --primary-cta: #00205b; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #f1f5f9; --secondary-cta-text: #3b82f6; - --accent: #e2e8f0; - --background-accent: #eff6ff; + --accent: #007bff; + --background-accent: #e0e7ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1