diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..83b7c45 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,33 @@ +"use client"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterBase from '@/components/sections/footer/FooterBase'; + +export default function ContactPage() { + return ( + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index c2c79aa..8a95bdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,22 +22,12 @@ export default function LandingPage() { @@ -87,12 +53,7 @@ export default function LandingPage() { useInvertedBackground={true} tag="OUR PHILOSOPHY" title="We turn followers into fans and browsers into buyers." - buttons={[ - { - text: "Learn More", - href: "#services", - }, - ]} + buttons={[{ text: "Learn More", href: "/about" }]} tagIcon={Lightbulb} /> @@ -104,26 +65,10 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "500M+", - description: "Combined Social Reach", - }, - { - id: "m2", - value: "2.4x", - description: "Avg Conversion Lift", - }, - { - id: "m3", - value: "120+", - description: "Projects Delivered", - }, - { - id: "m4", - value: "98%", - description: "Client Retention", - }, + { id: "m1", value: "500M+", description: "Combined Social Reach" }, + { id: "m2", value: "2.4x", description: "Avg Conversion Lift" }, + { id: "m3", value: "120+", description: "Projects Delivered" }, + { id: "m4", value: "98%", description: "Client Retention" } ]} title="Proven Impact" description="Numbers that define our success in the digital space." @@ -136,37 +81,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Brand Strategy", - description: "Defining your digital identity and long-term vision.", - tag: "Strategy", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ75o9mxzIk8mRFgHZjOBSNfAy/abstract-representation-of-brand-growth--1774684601709-9bb7459f.png?_wi=1", - }, - { - id: "f2", - title: "Content Creation", - description: "High-converting video and design for every channel.", - tag: "Creative", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ75o9mxzIk8mRFgHZjOBSNfAy/abstract-representation-of-brand-growth--1774684601709-9bb7459f.png?_wi=2", - }, - { - id: "f3", - title: "Community Growth", - description: "Real engagement built on authentic human connection.", - tag: "Growth", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ75o9mxzIk8mRFgHZjOBSNfAy/abstract-representation-of-brand-growth--1774684601709-9bb7459f.png?_wi=3", - }, - { - id: "f4", - title: "Performance Ads", - description: "Data-driven targeting for maximum ROI.", - tag: "Ads", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ75o9mxzIk8mRFgHZjOBSNfAy/abstract-representation-of-brand-growth--1774684601709-9bb7459f.png?_wi=4", - }, + { id: "f1", title: "Brand Strategy", description: "Defining your digital identity.", tag: "Strategy" }, + { id: "f2", title: "Content Creation", description: "High-converting design.", tag: "Creative" }, + { id: "f3", title: "Community Growth", description: "Real human connection.", tag: "Growth" } ]} title="Our Expertise" - description="Full-cycle social media management and creative direction." + description="Full-cycle social media management." /> @@ -177,46 +97,7 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah Miller", - role: "CEO", - company: "TechStream", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ75o9mxzIk8mRFgHZjOBSNfAy/professional-headshot-of-a-happy-busines-1774684600615-6f49b465.png?_wi=1", - }, - { - id: "t2", - name: "David Chen", - role: "Founder", - company: "EcoVibe", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ75o9mxzIk8mRFgHZjOBSNfAy/professional-headshot-of-a-creative-dire-1774684599937-f1079e0f.png", - }, - { - id: "t3", - name: "Jessica Ross", - role: "Marketing", - company: "LuxBrand", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ75o9mxzIk8mRFgHZjOBSNfAy/professional-headshot-of-a-marketing-man-1774684601456-1664cf7c.png", - }, - { - id: "t4", - name: "Mark Wilson", - role: "Director", - company: "GrowFast", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ75o9mxzIk8mRFgHZjOBSNfAy/professional-headshot-of-a-tech-startup--1774684600379-579595a5.png", - }, - { - id: "t5", - name: "Elena Rodriguez", - role: "CMO", - company: "VelvetFlow", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ75o9mxzIk8mRFgHZjOBSNfAy/professional-headshot-of-a-happy-busines-1774684600615-6f49b465.png?_wi=2", - }, + { id: "t1", name: "Sarah Miller", role: "CEO", company: "TechStream", rating: 5 } ]} title="Success Stories" description="Trusted by visionary brands around the globe." @@ -226,45 +107,9 @@ export default function LandingPage() {