10 Commits

Author SHA1 Message Date
ae9ddb7433 Update src/app/page.tsx 2026-03-16 01:35:55 +00:00
ce9d5875e6 Update src/app/page.tsx 2026-03-16 01:18:25 +00:00
f2b525b421 Update src/app/page.tsx 2026-03-16 01:18:05 +00:00
87bc458a99 Update src/app/page.tsx 2026-03-16 01:16:02 +00:00
492050350a Update src/app/page.tsx 2026-03-16 01:13:06 +00:00
a86af9349e Update src/app/page.tsx 2026-03-16 01:09:34 +00:00
0d0c5e2fa3 Merge version_1 into main
Merge version_1 into main
2026-03-16 01:07:44 +00:00
fc543a47ad Merge version_1 into main
Merge version_1 into main
2026-03-16 01:03:31 +00:00
118bb9f897 Merge version_1 into main
Merge version_1 into main
2026-03-16 01:03:06 +00:00
0c3a408cb8 Merge version_1 into main
Merge version_1 into main
2026-03-16 01:02:44 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import TextAbout from "@/components/sections/about/TextAbout";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="CreativeStudio"
brandName="bildex "
navItems={[
{ name: "Services", id: "services" },
{ name: "Work", id: "work" },
@@ -43,27 +43,18 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Transform Your Digital Vision Into Reality"
<HeroLogoBillboard
logoText="buildex "
description="We're a forward-thinking creative web agency specializing in stunning design, powerful development, and strategic branding that drives measurable results for ambitious brands."
tag="Award-Winning Creative Studio"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Start Your Project", href: "#contact" },
{ text: "View Our Work", href: "#work" }
]}
buttonAnimation="slide-up"
kpis={[
{ value: "500+", label: "Projects Completed" },
{ value: "98%", label: "Client Satisfaction" },
{ value: "12+", label: "Years Excellence" }
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/young-creative-people-working-together-with-laptop-group-cool-guys-working-new-project-while-spending-time-modern-office_574295-5685.jpg"
imageAlt="Creative agency dashboard showcasing modern design tools and portfolio"
mediaAnimation="slide-up"
imagePosition="right"
frameStyle="card"
background={{ variant: "sparkles-gradient" }}
/>
</div>
@@ -122,22 +113,22 @@ export default function LandingPage() {
animationType="scale-rotate"
metrics={[
{
id: "metric-1", value: "500+", title: "Projects Delivered", description: "Successfully completed projects across industries", icon: CheckCircle
id: "metric-1", value: "3+", title: "Projects Delivered", description: "Successfully completed projects across industries", icon: CheckCircle
},
{
id: "metric-2", value: "98%", title: "Client Satisfaction", description: "Repeat clients and positive testimonials", icon: Star
},
{
id: "metric-3", value: "12+", title: "Years in Business", description: "Trusted partner for digital transformation", icon: Briefcase
id: "metric-3", value: "1+", title: "Years in Business", description: "Trusted partner for digital transformation", icon: Briefcase
},
{
id: "metric-4", value: "50+", title: "Team Members", description: "Diverse experts in design and technology", icon: Users
id: "metric-4", value: "5+", title: "Team Members", description: "Diverse experts in design and technology", icon: Users
},
{
id: "metric-5", value: "$50M+", title: "Client Revenue Growth", description: "Average revenue increase for our partners", icon: TrendingUp
id: "metric-5", value: "$999+", title: "Client Revenue Growth", description: "Average revenue increase for our partners", icon: TrendingUp
},
{
id: "metric-6", value: "25", title: "Industry Awards", description: "Recognition for excellence and innovation", icon: Trophy
id: "metric-6", value: "2 ", title: "Industry Awards", description: "helping local businesses achieve there dreams ", icon: Trophy
}
]}
/>
@@ -240,7 +231,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="CreativeStudio"
copyrightText="© 2025 CreativeStudio. All rights reserved."
copyrightText="© 2026 webdesignwithbildex All rights reserved."
socialLinks={[
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "Visit our LinkedIn profile" },
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Follow us on Twitter" },
@@ -251,4 +242,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}