diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5c7b44c..750ae67 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,147 +2,38 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; +import TeamCardTen from '@/components/sections/team/TeamCardTen'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -export default function LandingPage() { +export default function AboutPage() { return ( - + - - -
- -
- -
- -
- - + + +
); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2d07e0b..58b79b1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -export default function LandingPage() { +export default function ContactPage() { return ( - + + +
+ +
-
- -
- -
- -
- - +
); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f42649..317f659 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -234,60 +99,19 @@ export default function LandingPage() {
-
- + -
- -
-
@@ -149,39 +55,15 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Home", - href: "/", - }, - { - label: "Services", - href: "/services", - }, - { - label: "Portfolio", - href: "/portfolio", - }, - { - label: "About", - href: "/about", - }, - { - label: "Contact", - href: "/contact", - }, + { label: "Home", href: "/" }, + { label: "Services", href: "/services" }, + { label: "Portfolio", href: "/portfolio" }, + { label: "About", href: "/about" }, + { label: "Contact", href: "/contact" }, ], }, { - items: [ - { - label: "Tallahassee, FL", - href: "#", - }, - { - label: "© 2026", - href: "#", - }, - ], + items: [{ label: "Tallahassee, FL" }, { label: "© 2026" }], }, ]} logoText="Amped Web Solutions" @@ -190,4 +72,4 @@ 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 24dd9d6..e00dce3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #080810; - --card: #151520; - --foreground: #F0EEE6; - --primary-cta: #F5E03A; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; --primary-cta-text: #080810; - --secondary-cta: #FF6B1A; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #333340; - --background-accent: #1a1a25; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);