diff --git a/src/app/page.tsx b/src/app/page.tsx index c90c041..a8aef5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,9 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,107 +46,57 @@ export default function LandingPage() { @@ -164,9 +106,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Professional Services" description={[ - "APL Small Motors specializes in comprehensive maintenance and repair for a wide variety of small engine equipment.", - "Whether it is a seasonal snowblower or a lawn mower, our expert team provides reliable solutions to keep your machinery running smoothly.", - ]} + "APL Small Motors specializes in comprehensive maintenance and repair for a wide variety of small engine equipment.", "Whether it is a seasonal snowblower or a lawn mower, our expert team provides reliable solutions to keep your machinery running smoothly."]} /> @@ -176,20 +116,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Expert Repair", - description: "Adam and the team have extensive experience repairing all types of small motor machinery.", - imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19078.jpg", - }, + title: "Expert Repair", description: "Adam and the team have extensive experience repairing all types of small motor machinery.", imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19078.jpg"}, { - title: "Reliable Communication", - description: "We keep you informed at every step, from scheduling your repair to pickup.", - imageSrc: "http://img.b2bpic.net/free-photo/set-mechanical-tools-professional-car-mechanic-using-different-tools-working_146671-19065.jpg", - }, + title: "Reliable Communication", description: "We keep you informed at every step, from scheduling your repair to pickup.", imageSrc: "http://img.b2bpic.net/free-photo/set-mechanical-tools-professional-car-mechanic-using-different-tools-working_146671-19065.jpg"}, { - title: "Fair Pricing", - description: "Our transparent pricing model ensures you get excellent value for quality services.", - imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19075.jpg", - }, + title: "Fair Pricing", description: "Our transparent pricing model ensures you get excellent value for quality services.", imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19075.jpg"}, ]} title="Why Choose APL Small Motors" description="We are dedicated to providing the community of Bracebridge with top-tier repair expertise and exceptional customer service." @@ -204,45 +135,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Local Resident", - company: "Bracebridge", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg?_wi=2", - }, + id: "1", name: "Sarah J.", role: "Local Resident", company: "Bracebridge", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg?_wi=2"}, { - id: "2", - name: "Michael C.", - role: "Property Owner", - company: "Bracebridge", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", - }, + id: "2", name: "Michael C.", role: "Property Owner", company: "Bracebridge", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2"}, { - id: "3", - name: "David K.", - role: "Snow Removal", - company: "Bracebridge", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-smiling-male-student-joyfully-looking-camera-while-studying-library-university_574295-1561.jpg?_wi=2", - }, + id: "3", name: "David K.", role: "Snow Removal", company: "Bracebridge", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-smiling-male-student-joyfully-looking-camera-while-studying-library-university_574295-1561.jpg?_wi=2"}, { - id: "4", - name: "Emily R.", - role: "Homeowner", - company: "Bracebridge", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg?_wi=2", - }, + id: "4", name: "Emily R.", role: "Homeowner", company: "Bracebridge", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg?_wi=2"}, { - id: "5", - name: "Robert M.", - role: "Landscaper", - company: "Bracebridge", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-talking-customer-repair-workshop_637285-4231.jpg", - }, + id: "5", name: "Robert M.", role: "Landscaper", company: "Bracebridge", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-talking-customer-repair-workshop_637285-4231.jpg"}, ]} title="What Our Customers Say" description="Don't just take our word for it—read what our satisfied customers in Bracebridge have to say about our work." @@ -250,27 +156,18 @@ export default function LandingPage() {
-
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..a0cee84 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #15479c; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffffff; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);