diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c0ad740..d3e1cbf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterCard from '@/components/sections/footer/FooterCard'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import FooterCard from '@/components/sections/footer/FooterCard'; -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 fe87048..aacabba 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 ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterCard from '@/components/sections/footer/FooterCard'; -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 eb2ff2c..d76a50d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,4 +122,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 2a9f6c3..cf904b5 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FooterCard from '@/components/sections/footer/FooterCard'; -export default function LandingPage() { +export default function PropertiesPage() { return ( - + + +
+ +
-
- -
- -
- -
- - +
); -} +} \ No newline at end of file diff --git a/src/app/property/[id]/page.tsx b/src/app/property/[id]/page.tsx new file mode 100644 index 0000000..b157ed3 --- /dev/null +++ b/src/app/property/[id]/page.tsx @@ -0,0 +1,95 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; + +export default function PropertyDetailPage() { + return ( + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ console.log("Form submitted", email)} + /> +
+ + +
+
+ ); +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd718b9..28a0008 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: #106EFB; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #1a1a1a; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #106EFB; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);