Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-04 17:15:11 +00:00
2 changed files with 37 additions and 82 deletions

View File

@@ -1,78 +1,20 @@
import type { Metadata } from "next";
import { Manrope, DM_Sans } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "UpDigital - Digital Agency & Solutions",
description: "Transform your business with innovative digital solutions. UpDigital delivers web development, app development, strategy & design services for growth-focused companies.",
keywords: "digital agency, web development, app development, digital strategy, UI/UX design, digital transformation, technology solutions",
metadataBase: new URL("https://updigital.com"),
alternates: {
canonical: "https://updigital.com",
},
openGraph: {
title: "UpDigital - Transform Your Digital Vision",
description: "Innovative digital solutions for business growth",
siteName: "UpDigital",
type: "website",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/a-modern-digital-agency-dashboard-interf-1772644003956-bfcb7b9c.png",
alt: "UpDigital Digital Solutions",
},
],
},
twitter: {
card: "summary_large_image",
title: "UpDigital - Digital Agency",
description: "Transform your business with cutting-edge digital solutions",
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/a-modern-digital-agency-dashboard-interf-1772644003956-bfcb7b9c.png"],
},
robots: {
index: true,
follow: true,
},
};
title: "UpDigital - Digital Solutions for Your Business", description: "Transform your digital vision into reality with UpDigital's cutting-edge technology and creative excellence."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1440,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -55,7 +55,8 @@ export default function HomePage() {
brandName="UpDigital"
navItems={navItems}
button={{
text: "Get Started", href: "contact"}}
text: "Get Started", href: "contact"
}}
/>
</div>
@@ -87,13 +88,16 @@ export default function HomePage() {
stats: [
{
title: "Projects Completed", values: [156, 189, 215],
description: "Successful deliveries"},
description: "Successful deliveries"
},
{
title: "Client Satisfaction", values: [94, 96, 98],
valueSuffix: "%", description: "Average rating"},
valueSuffix: "%", description: "Average rating"
},
{
title: "Revenue Generated", values: [2400000, 3150000, 4200000],
valuePrefix: "$", description: "For our clients"},
valuePrefix: "$", description: "For our clients"
},
],
chartTitle: "Growth Metrics", chartData: [
{ value: 65 },
@@ -105,13 +109,16 @@ export default function HomePage() {
listTitle: "Recent Projects", listItems: [
{
icon: CheckCircle,
title: "E-Commerce Platform Redesign", status: "Completed"},
title: "E-Commerce Platform Redesign", status: "Completed"
},
{
icon: Zap,
title: "Mobile App Development", status: "In Progress"},
title: "Mobile App Development", status: "In Progress"
},
{
icon: Target,
title: "Digital Marketing Campaign", status: "Completed"},
title: "Digital Marketing Campaign", status: "Completed"
},
],
}}
/>
@@ -158,32 +165,38 @@ export default function HomePage() {
id: "1", name: "Sarah Johnson, CEO of TechFlow Inc", date: "Date: 15 December 2024", title: "Transformed our entire digital presence", quote:
"UpDigital took our outdated website and transformed it into a modern, conversion-focused platform. Within three months, we saw a 250% increase in leads. Their team's expertise and dedication were exceptional.", tag: "Enterprise", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-business-exec-1772644001980-b227ef17.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-business-exec-1772644001980-b227ef17.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-business-exec-1772644001980-b227ef17.png"
},
{
id: "2", name: "Michael Chen, Founder of StartupXYZ", date: "Date: 08 December 2024", title: "Best investment for our growth", quote:
"Working with UpDigital was a game-changer for our startup. They didn't just build an app; they helped us understand our market and users. The result was a product that resonated with our audience from day one.", tag: "Startup", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-young-busines-1772644002070-c4635c88.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-young-busines-1772644002070-c4635c88.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-young-busines-1772644002070-c4635c88.png"
},
{
id: "3", name: "Emily Rodriguez, Marketing Director of GrowthCo", date: "Date: 01 December 2024", title: "Creative excellence meets technical expertise", quote:
"The team at UpDigital combines stunning design with solid technical implementation. Our new digital campaign not only looks amazing but performs exceptionally well. ROI exceeded expectations by 180%.", tag: "Mid-Market", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-confident-bus-1772644003600-6b9d8ba9.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-confident-bus-1772644003600-6b9d8ba9.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-confident-bus-1772644003600-6b9d8ba9.png"
},
{
id: "4", name: "David Kim, COO of Enterprise Solutions Ltd", date: "Date: 24 November 2024", title: "Strategic partner for digital transformation", quote:
"UpDigital isn't just a vendor; they're a strategic partner. They understand enterprise-level challenges and deliver solutions that scale. Their ongoing support and optimization have been invaluable to our success.", tag: "Enterprise", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-business-prof-1772644002190-0fa19171.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-business-prof-1772644002190-0fa19171.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-business-prof-1772644002190-0fa19171.png"
},
{
id: "5", name: "Jessica Martinez, Owner of Digital Boutique", date: "Date: 18 November 2024", title: "Exceptional service and outstanding results", quote:
"From initial consultation to launch and beyond, UpDigital provided exceptional service. Their team was responsive, creative, and truly invested in our success. Our online sales have tripled since launch.", tag: "Small Business", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-confident-bus-1772644003535-d2a10e69.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-confident-bus-1772644003535-d2a10e69.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-confident-bus-1772644003535-d2a10e69.png"
},
{
id: "6", name: "Robert Thompson, VP of Innovation at MediaGroup", date: "Date: 10 November 2024", title: "Innovators who deliver on their promises", quote:
"UpDigital brought innovation and fresh perspectives to our digital initiatives. They delivered everything on time and within budget while maintaining exceptional quality. A pleasure to work with.", tag: "Large Enterprise", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-business-lead-1772644003561-d1b2585e.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-business-lead-1772644003561-d1b2585e.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/professional-headshot-of-a-business-lead-1772644003561-d1b2585e.png"
},
]}
title="What Our Clients Say"
description="Real feedback from real businesses that have partnered with UpDigital"
@@ -203,7 +216,8 @@ export default function HomePage() {
tagIcon={Globe}
tagAnimation="slide-up"
names={[
"TechFlow", "StartupXYZ", "GrowthCo", "Enterprise Solutions", "MediaGroup", "Digital Boutique", "InnovateLab", "FutureVentures"]}
"TechFlow", "StartupXYZ", "GrowthCo", "Enterprise Solutions", "MediaGroup", "Digital Boutique", "InnovateLab", "FutureVentures"
]}
textboxLayout="default"
useInvertedBackground={true}
speed={40}
@@ -217,7 +231,7 @@ export default function HomePage() {
animationType="entrance-slide"
buttons={[
{ text: "Start Your Project", href: "contact" },
{ text: "Schedule a Call", href: "#" },
{ text: "Start Your 15-Min Strategy Call", href: "#" },
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
@@ -233,4 +247,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}