diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 409966c..04bbd1e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,14 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import FooterCard from '@/components/sections/footer/FooterCard'; import { Instagram, Twitter } from "lucide-react"; -export default function AboutPage() { +export default function AboutUsPage() { return ( - - - + + + - - - + + + - - - - - - - - - + ); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c652cda..5ae1eaf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,11 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterCard from '@/components/sections/footer/FooterCard'; import { Instagram, Twitter } from "lucide-react"; export default function ContactPage() { @@ -24,68 +22,34 @@ export default function ContactPage() { headingFontWeight="bold" > - - - + + + - - - - - - - - - - - - - + ); diff --git a/src/app/lookbook/page.tsx b/src/app/lookbook/page.tsx index ca47093..56f5fb6 100644 --- a/src/app/lookbook/page.tsx +++ b/src/app/lookbook/page.tsx @@ -2,11 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import { Instagram, Twitter } from "lucide-react"; export default function LookbookPage() { @@ -24,78 +22,52 @@ export default function LookbookPage() { headingFontWeight="bold" > - - - + + + - - - + + Lookbook + Explore our latest collections captured in the wild. + - - - + + + - - - - - + ); diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..8d47b20 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #f0f8ff; + --card: #e0f2f7; + --foreground: #001a33; + --primary-cta: #0077be; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #b3e0ff; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #00a8cc; + --background-accent: #005a8d; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
Explore our latest collections captured in the wild.