Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-27 07:42:57 +00:00
2 changed files with 31 additions and 20 deletions

View File

@@ -2,11 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import AboutMetric from '@/components/sections/metrics/MetricCardFourteen';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SplitAbout from '@/components/sections/about/SplitAbout';
import { Award, TrendingUp, Users } from "lucide-react";
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import { TrendingUp, Users, Award } from "lucide-react";
export default function AboutPage() {
return (
@@ -36,15 +36,18 @@ export default function AboutPage() {
/>
</div>
<div id="about" data-section="about">
<SplitAbout
title="Empowering Growth Through Data-Driven Marketing"
description="At Geniuscale, we blend creativity with analytical rigor to deliver marketing strategies that don't just look good—they convert. We are committed to scaling your business through precision targeting and innovative storytelling."
bulletPoints={[
{ title: "Strategy First", description: "Every campaign starts with deep research into your market and audience." },
{ title: "Transparent ROI", description: "We provide clear, actionable metrics to show exactly how your budget drives revenue." },
<div id="about-features" data-section="about-features">
<FeatureCardThree
title="Our Mission & Vision"
description="At Geniuscale, we blend creativity with analytical rigor to deliver marketing strategies that scale."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "f1", title: "Strategy First", description: "Research-driven approach to every campaign.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/graphic-abstract-representation-of-digit-1774597273161-d6ba2e60.png" },
{ id: "f2", title: "Transparent ROI", description: "Clear metrics that drive revenue growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/futuristic-digital-marketing-analytics-i-1774597272938-5a400441.png" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/a-professional-digital-marketing-agency--1774597273783-ac8e005e.png"
/>
</div>
@@ -52,10 +55,12 @@ export default function AboutPage() {
<AboutMetric
title="Our Impact in Numbers"
metrics={[
{ icon: TrendingUp, label: "Average Growth", value: "150%" },
{ icon: Users, label: "Active Clients", value: "50+" },
{ icon: Award, label: "Awards Won", value: "12" },
{ id: "m1", value: "150%", description: "Average Growth" },
{ id: "m2", value: "50+", description: "Active Clients" },
{ id: "m3", value: "12", description: "Awards Won" },
]}
metricsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -35,14 +35,20 @@ export default function BlogPage() {
</div>
<div id="blog" data-section="blog">
<BlogCardThree
<FeatureCardThree
title="Latest Insights"
description="Explore expert strategies, industry trends, and actionable tips to level up your digital presence."
blogs={[
description="Explore expert strategies and industry trends."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "1", category: "SEO", title: "The Future of Search in 2025", excerpt: "How AI-driven search engines are changing the way we optimize for visibility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/graphic-abstract-representation-of-digit-1774597273161-d6ba2e60.png", authorName: "Jane Doe", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/a-portrait-of-a-diverse-happy-client-pro-1774597274731-345d16d4.png", date: "March 12, 2025"},
id: "1", title: "The Future of Search in 2025", description: "How AI-driven search engines are changing visibility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/graphic-abstract-representation-of-digit-1774597273161-d6ba2e60.png"
},
{
id: "2", category: "PPC", title: "Maximizing PPC Budget Efficiency", excerpt: "Stop wasting ad spend. Here are 5 ways to optimize your campaigns today.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/futuristic-digital-marketing-analytics-i-1774597272938-5a400441.png", authorName: "John Smith", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/a-portrait-of-a-tech-entrepreneur-smilin-1774597276581-882845d7.png", date: "March 15, 2025"},
id: "2", title: "Maximizing PPC Efficiency", description: "Stop wasting ad spend with these optimization tactics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/futuristic-digital-marketing-analytics-i-1774597272938-5a400441.png"
},
]}
/>
</div>