diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..808b1cd --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,68 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import { Instagram, Twitter, Linkedin } from 'lucide-react'; + +export default function ContactPage() { + return ( + + + + +
+ + +
+

Direct Contact

+

Email: inquiries@halleberry.com

+

WhatsApp: +1 (555) 012-3456

+
+
+ + +
+
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index e68ee40..9e8437b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,9 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import { Star, Mail, Phone, MessageCircle, Instagram, Twitter, Linkedin } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,9 +34,9 @@ export default function LandingPage() { brandName="Halle Berry" navItems={[ { name: "Bio", id: "about" }, - { name: "Work", id: "features" }, + { name: "Experience", id: "experiences" }, { name: "Awards", id: "metrics" }, - { name: "Contact", id: "contact" } + { name: "Management", id: "/contact" } ]} /> @@ -63,46 +64,15 @@ export default function LandingPage() { /> -
+
-
- -
- -
- -
-
@@ -112,7 +82,6 @@ export default function LandingPage() { animationType="depth-3d" gridVariant="uniform-all-items-equal" textboxLayout="default" - useInvertedBackground={false} title="Impact Stats" description="Key milestones in her legendary career." metrics={[ @@ -127,31 +96,20 @@ export default function LandingPage() { cardTitle="What People Say" cardTag="Testimonials" cardAnimation="slide-up" - useInvertedBackground={false} testimonials={[ { id: "t1", name: "Fan Review", imageSrc: "https://img.b2bpic.net/free-photo/smiling-fan_23-2148281320.jpg" } ]} />
-
- -
- diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..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: #15479c; + --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: #c4c4c4; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);