Merge version_2 into main #4
@@ -11,10 +11,10 @@ export default function AboutPage() {
|
||||
return (
|
||||
<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>
|
||||
<NavbarStyleFullscreen navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Services", id: "/services" }, { name: "Pricing", id: "/#pricing" }, { name: "Contact", id: "/#contact" }]} />
|
||||
<NavbarStyleFullscreen navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Services", id: "/services" }]} />
|
||||
<AboutMetric
|
||||
title="Our Mission at Proof Digital"
|
||||
metrics={[{ id: "m1", icon: Rocket, label: "Projects Completed", value: "150+" }, { id: "m2", icon: Smile, label: "Happy Clients", value: "98%" }, { id: "m3", icon: Award, label: "Years Experience", value: "10+" }]}
|
||||
metrics={[{ icon: Rocket, label: "Projects Completed", value: "150+" }, { icon: Smile, label: "Happy Clients", value: "98%" }, { icon: Award, label: "Years Experience", value: "10+" }]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -10,12 +10,13 @@ export default function ServicesPage() {
|
||||
return (
|
||||
<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>
|
||||
<NavbarStyleFullscreen navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Services", id: "/services" }, { name: "Pricing", id: "/#pricing" }, { name: "Contact", id: "/#contact" }]} />
|
||||
<NavbarStyleFullscreen navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Services", id: "/services" }]} />
|
||||
<FeatureCardTwentyOne
|
||||
title="Our Specialized Services"
|
||||
description="We deliver comprehensive digital solutions to help your business reach new customers. From stunning design to full responsiveness, we cover it all."
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
videoSrc="https://assets.mixkit.co/videos/preview/mixkit-digital-server-room-lights-25762-large.mp4"
|
||||
accordionItems={[
|
||||
{ id: "1", title: "Professional Web Design", content: "High-quality, branded designs tailored to your company's identity." },
|
||||
{ id: "2", title: "Mobile-Friendly Features", content: "Optimized layouts that look perfect on all devices, from phones to tablets." },
|
||||
|
||||
Reference in New Issue
Block a user