diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..d28500e --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,32 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import ContactText from '@/components/sections/contact/ContactText'; + +export default function ContactPage() { + return ( + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx new file mode 100644 index 0000000..5f9b91d --- /dev/null +++ b/src/app/gallery/page.tsx @@ -0,0 +1,34 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; + +export default function GalleryPage() { + return ( + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/offerings/page.tsx b/src/app/offerings/page.tsx new file mode 100644 index 0000000..2a7e199 --- /dev/null +++ b/src/app/offerings/page.tsx @@ -0,0 +1,36 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; + +export default function OfferingsPage() { + return ( + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 41589cb..c433476 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,21 +23,15 @@ export default function LandingPage() { @@ -46,41 +40,26 @@ export default function LandingPage() {
@@ -92,19 +71,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Established", - value: "25+", - }, + label: "Years Established", value: "25+"}, { icon: Shield, - label: "Client Retention", - value: "98%", - }, + label: "Client Retention", value: "98%"}, { icon: Star, - label: "Global Projects", - value: "500+", - }, + label: "Global Projects", value: "500+"}, ]} metricsAnimation="blur-reveal" /> @@ -116,34 +89,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "s1", - label: "01", - title: "Strategic Consulting", - items: [ - "Executive Advisory", - "Market Penetration", - "Scalable Growth", - ], + id: "s1", label: "01", title: "Strategic Consulting", items: [ + "Executive Advisory", "Market Penetration", "Scalable Growth"], }, { - id: "s2", - label: "02", - title: "Brand Realization", - items: [ - "Identity Crafting", - "Luxury Positioning", - "Digital Presence", - ], + id: "s2", label: "02", title: "Brand Realization", items: [ + "Identity Crafting", "Luxury Positioning", "Digital Presence"], }, { - id: "s3", - label: "03", - title: "Capital Management", - items: [ - "Portfolio Optimization", - "Risk Mitigation", - "Asset Stewardship", - ], + id: "s3", label: "03", title: "Capital Management", items: [ + "Portfolio Optimization", "Risk Mitigation", "Asset Stewardship"], }, ]} title="Curated Services" @@ -156,25 +111,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alistair Sterling", - imageSrc: "http://img.b2bpic.net/free-photo/drawer-lighting-warm-led-profile-blue-fronts_169016-69064.jpg", - }, + id: "1", name: "Alistair Sterling", imageSrc: "http://img.b2bpic.net/free-photo/drawer-lighting-warm-led-profile-blue-fronts_169016-69064.jpg"}, { - id: "2", - name: "Eleanor Vance", - imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-suit-holds-hands-crossed-chest-stands-power-pose-street_1258-123439.jpg", - }, + id: "2", name: "Eleanor Vance", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-suit-holds-hands-crossed-chest-stands-power-pose-street_1258-123439.jpg"}, { - id: "3", - name: "Julian Thorne", - imageSrc: "http://img.b2bpic.net/free-photo/two-focused-colleagues-watching-discussing-content-computer-monitor-holding-pen-mouse-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-12034.jpg", - }, + id: "3", name: "Julian Thorne", imageSrc: "http://img.b2bpic.net/free-photo/two-focused-colleagues-watching-discussing-content-computer-monitor-holding-pen-mouse-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-12034.jpg"}, { - id: "4", - name: "Isabella Rossi", - imageSrc: "http://img.b2bpic.net/free-photo/open-drawer-linear-perspective-dark-interior_169016-69134.jpg", - }, + id: "4", name: "Isabella Rossi", imageSrc: "http://img.b2bpic.net/free-photo/open-drawer-linear-perspective-dark-interior_169016-69134.jpg"}, ]} cardTitle="Client Voices" cardAnimation="blur-reveal" @@ -187,21 +130,14 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Is our consultation private?", - content: "Absolutely. All sessions are strictly confidential.", - }, + id: "f1", title: "Is our consultation private?", content: "Absolutely. All sessions are strictly confidential."}, { - id: "f2", - title: "How do we begin?", - content: "Simply schedule an introductory call to discuss your objectives.", - }, + id: "f2", title: "How do we begin?", content: "Simply schedule an introductory call to discuss your objectives."}, ]} ctaTitle="Request a Private Session" ctaDescription="Our partners are available for discreet, comprehensive consultations." ctaButton={{ - text: "Schedule Session", - }} + text: "Schedule Session"}} ctaIcon={Calendar} title="Private Consultation" description="Begin your journey with Elysium Elite." @@ -212,29 +148,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx new file mode 100644 index 0000000..e1b4e50 --- /dev/null +++ b/src/app/pricing/page.tsx @@ -0,0 +1,38 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; + +export default function PricingPage() { + return ( + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..285c023 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: #fbfbfb; + --card: #f0f0f0; + --foreground: #1a1a1a; + --primary-cta: #1a1a1a; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #e0e0e0; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #c5a059; + --background-accent: #f5f5f5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);