diff --git a/src/app/page.tsx b/src/app/page.tsx index b55621c..7ff8382 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -191,26 +83,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" - useInvertedBackground={false} features={[ - { - title: "Business Consulting", - description: "Strategic guidance to improve performance and unlock new opportunities.", - imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1098-21677.jpg", - imageAlt: "Professional business consultation", - }, - { - title: "Business Development", - description: "Helping businesses grow through planning and market-focused strategies.", - imageSrc: "http://img.b2bpic.net/free-photo/presentation-contract_1098-15816.jpg", - imageAlt: "Management strategy meeting", - }, - { - title: "Professional Advisory", - description: "Expert advice tailored to your business goals and industry needs.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg", - imageAlt: "Trusted partnership consultation", - }, + { title: "Business Consulting", description: "Strategic guidance to improve performance and unlock new opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1098-21677.jpg" }, + { title: "Business Development", description: "Helping businesses grow through planning and market-focused strategies.", imageSrc: "http://img.b2bpic.net/free-photo/presentation-contract_1098-15816.jpg" }, + { title: "Professional Advisory", description: "Expert advice tailored to your business goals and industry needs.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg" } ]} title="Our Services" description="We offer expert guidance and support to help your business reach its potential." @@ -223,33 +99,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "4.9", - title: "Client Rating", - items: [ - "Trusted by businesses", - "High quality output", - ], - }, - { - id: "m2", - value: "24/7", - title: "Availability", - items: [ - "Always operational", - "Responsive support", - ], - }, - { - id: "m3", - value: "Local", - title: "Nakawa Division", - items: [ - "Kampala based", - "Expert local team", - ], - }, + { id: "m1", value: "4.9", title: "Client Rating", items: ["Trusted by businesses", "High quality output"] }, + { id: "m2", value: "24/7", title: "Availability", items: ["Always operational", "Responsive support"] }, + { id: "m3", value: "Local", title: "Nakawa Division", items: ["Kampala based", "Expert local team"] } ]} title="Why Choose Us" description="We are committed to delivering dependable, professional services 24/7." @@ -259,48 +111,9 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 77fc232..0a6cbbf 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: #333333; - --primary-cta: #0B1F3A; + --background: #020617; + --card: #0f172a; + --foreground: #f5f5f5; + --primary-cta: #c5a059; --primary-cta-text: #ffffff; - --secondary-cta: #D4A017; + --secondary-cta: #1e3a8a; --secondary-cta-text: #ffffff; - --accent: #e2e2e2; - --background-accent: #f9f9f9; + --accent: #c5a059; + --background-accent: #0f172a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);