Merge version_2 into main #5
@@ -3,22 +3,31 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Results", id: "/results" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Nexus Digital"
|
||||
/>
|
||||
<ContactText
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to start? Contact us."
|
||||
/>
|
||||
<FooterBaseCard logoText="Nexus Digital" columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]} />
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Results", id: "/results" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Nexus Digital"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
title="Ready to start?"
|
||||
description="Reach out today."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard logoText="Nexus Digital" columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -8,18 +8,27 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
|
||||
export default function FAQPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Results", id: "/results" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Nexus Digital"
|
||||
/>
|
||||
<FaqDouble
|
||||
faqs={[{ id: "f1", title: "Timeline?", content: "4-8 weeks." }, { id: "f2", title: "Support?", content: "24/7 available." }]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
<FooterBaseCard logoText="Nexus Digital" columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]} />
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Results", id: "/results" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Nexus Digital"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
faqs={[{ id: "f1", title: "Timeline?", content: "4-8 weeks." }, { id: "f2", title: "Support?", content: "24/7 available." }]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common inquiries."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard logoText="Nexus Digital" columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -9,24 +9,33 @@ import { Globe, Headphones, Server, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function ResultsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Results", id: "/results" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Nexus Digital"
|
||||
/>
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
metrics={[
|
||||
{ id: "m1", value: "150+", title: "Websites", description: "Launched", icon: Globe },
|
||||
{ id: "m2", value: "99.9%", title: "Uptime", description: "Reliable", icon: Server },
|
||||
{ id: "m3", value: "45%", title: "Growth", description: "Average", icon: TrendingUp },
|
||||
{ id: "m4", value: "24/7", title: "Support", description: "Always", icon: Headphones },
|
||||
]}
|
||||
title="Our Impact"
|
||||
/>
|
||||
<FooterBaseCard logoText="Nexus Digital" columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]} />
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Results", id: "/results" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Nexus Digital"
|
||||
/>
|
||||
</div>
|
||||
<div id="results" data-section="results">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "150+", title: "Websites", description: "Launched", icon: Globe },
|
||||
{ id: "m2", value: "99.9%", title: "Uptime", description: "Reliable", icon: Server },
|
||||
{ id: "m3", value: "45%", title: "Growth", description: "Average", icon: TrendingUp },
|
||||
{ id: "m4", value: "24/7", title: "Support", description: "Always", icon: Headphones },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Delivering consistent value."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard logoText="Nexus Digital" columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -9,24 +9,31 @@ import { BarChart, Code, Eye, Megaphone, MousePointer, Palette, Search, ShieldCh
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Results", id: "/results" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Nexus Digital"
|
||||
/>
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
features={[
|
||||
{ title: "Custom Web Development", description: "Full-stack solutions built for speed.", media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg?_wi=1" }, items: [{ icon: Code, text: "Scalable code" }, { icon: Smartphone, text: "Responsive design" }, { icon: ShieldCheck, text: "Secure" }], reverse: false },
|
||||
{ title: "UI/UX Design", description: "User-centered experiences.", media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg?_wi=2" }, items: [{ icon: Palette, text: "Brand identity" }, { icon: MousePointer, text: "High conversion" }, { icon: Eye, text: "Storytelling" }], reverse: true },
|
||||
{ title: "Digital Strategy", description: "Data-driven insights.", media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg?_wi=3" }, items: [{ icon: BarChart, text: "Analytics" }, { icon: Search, text: "SEO-first" }, { icon: Megaphone, text: "Marketing" }], reverse: false },
|
||||
]}
|
||||
title="Expert Services"
|
||||
description="We build digital future."
|
||||
/>
|
||||
<FooterBaseCard logoText="Nexus Digital" columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]} />
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Results", id: "/results" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Nexus Digital"
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Custom Web Development", description: "Full-stack solutions built for speed.", media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg?_wi=1" }, items: [{ icon: Code, text: "Scalable code" }, { icon: Smartphone, text: "Responsive design" }, { icon: ShieldCheck, text: "Secure" }], reverse: false },
|
||||
{ title: "UI/UX Design", description: "User-centered experiences.", media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg?_wi=2" }, items: [{ icon: Palette, text: "Brand identity" }, { icon: MousePointer, text: "High conversion" }, { icon: Eye, text: "Storytelling" }], reverse: true },
|
||||
{ title: "Digital Strategy", description: "Data-driven insights.", media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg?_wi=3" }, items: [{ icon: BarChart, text: "Analytics" }, { icon: Search, text: "SEO-first" }, { icon: Megaphone, text: "Marketing" }], reverse: false },
|
||||
]}
|
||||
title="Expert Services"
|
||||
description="We build digital future."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard logoText="Nexus Digital" columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -8,20 +8,29 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
|
||||
export default function TestimonialsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Results", id: "/results" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Nexus Digital"
|
||||
/>
|
||||
<TestimonialCardFive
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", date: "Oct 2024", title: "CEO", quote: "Great results.", tag: "Top", avatarSrc: "" },
|
||||
{ id: "2", name: "Mike C.", date: "Sep 2024", title: "Founder", quote: "Highly recommended.", tag: "Top", avatarSrc: "" },
|
||||
]}
|
||||
title="What Clients Say"
|
||||
/>
|
||||
<FooterBaseCard logoText="Nexus Digital" columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]} />
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Results", id: "/results" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Nexus Digital"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", date: "Oct 2024", title: "CEO", quote: "Great results.", tag: "Top", avatarSrc: "" },
|
||||
{ id: "2", name: "Mike C.", date: "Sep 2024", title: "Founder", quote: "Highly recommended.", tag: "Top", avatarSrc: "" },
|
||||
]}
|
||||
title="What Clients Say"
|
||||
description="Success stories from our partners."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard logoText="Nexus Digital" columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user