Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-06 03:34:57 +00:00
2 changed files with 12 additions and 51 deletions

View File

@@ -1,58 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Poppins } 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 poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Prada Digital | Strategic Web Design for Business Growth", description: "We build high-converting websites that drive real traction for your business. Custom design, development, and digital marketing solutions.", keywords: "web design agency, website development, digital marketing, business growth, web development, conversion optimization", metadataBase: new URL("https://pradadigital.com"),
alternates: {
canonical: "https://pradadigital.com"},
openGraph: {
title: "Prada Digital | Strategic Web Design for Business Growth", description: "We build high-converting websites that drive real traction for your business. Custom design, development, and digital marketing solutions.", url: "https://pradadigital.com", siteName: "Prada Digital", type: "website", images: [
{
url: "https://pradadigital.com/og-image.jpg", alt: "Prada Digital - Strategic Web Design Agency"},
],
},
twitter: {
card: "summary_large_image", title: "Prada Digital | Strategic Web Design for Business Growth", description: "We build high-converting websites that drive real traction for your business. Custom design, development, and digital marketing solutions.", images: ["https://pradadigital.com/twitter-image.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Prada Digital - Web Design & Development", description: "Strategic, conversion-optimized websites that drive real growth for your business."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -192,22 +192,22 @@ export default function LandingPage() {
tagIcon={Star}
testimonials={[
{
id: "1", name: "Marcus Johnson", handle: "CEO, TechFlow Solutions", testimonial: "Prada Digital transformed our web presence. We saw a 60% increase in qualified leads within 3 months of launching our new site.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-confident-bus-1772767673783-5b092682.png", imageAlt: "Marcus Johnson"
id: "1", name: "Marcus Johnson", handle: "CEO, TechFlow Solutions", testimonial: "60% increase in qualified leads within 3 months of launch. Prada Digital transformed our web presence and our business trajectory.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-confident-bus-1772767673783-5b092682.png", imageAlt: "Marcus Johnson"
},
{
id: "2", name: "Sarah Chen", handle: "Founder, StyleVibe Co", testimonial: "Their team understood our vision immediately. The e-commerce platform they built helped us scale from startup to $2M+ in annual revenue.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-successful-fe-1772767674329-12a22d1c.png", imageAlt: "Sarah Chen"
id: "2", name: "Sarah Chen", handle: "Founder, StyleVibe Co", testimonial: "Scaled from startup to $2M+ in annual revenue. Their e-commerce platform gave us the tools and foundation we needed to grow exponentially.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-successful-fe-1772767674329-12a22d1c.png", imageAlt: "Sarah Chen"
},
{
id: "3", name: "David Rodriguez", handle: "Director, FitPro Coaching", testimonial: "Best investment we made for our business. The custom platform Prada Digital built has become our competitive advantage in the coaching space.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-tech-startup--1772767674349-0d8ca5a8.png", imageAlt: "David Rodriguez"
id: "3", name: "David Rodriguez", handle: "Director, FitPro Coaching", testimonial: "Best investment we made for our business. The custom platform became our competitive advantage in a crowded coaching market.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-tech-startup--1772767674349-0d8ca5a8.png", imageAlt: "David Rodriguez"
},
{
id: "4", name: "Emily Watson", handle: "Managing Director, GrowthCorp", testimonial: "From strategy to execution, Prada Digital delivered excellence. Our site conversion rate improved by 35% in the first quarter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-business-owne-1772767674444-cc28edcc.png", imageAlt: "Emily Watson"
id: "4", name: "Emily Watson", handle: "Managing Director, GrowthCorp", testimonial: "35% conversion rate improvement in the first quarter. From strategy to execution, Prada Digital delivered excellence at every stage.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-business-owne-1772767674444-cc28edcc.png", imageAlt: "Emily Watson"
},
{
id: "5", name: "James Park", handle: "VP Marketing, InnovateLab", testimonial: "The team's expertise in both design and marketing strategy is unmatched. They helped us position our product perfectly in the market.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-marketing-dir-1772767674859-0e7e269f.png", imageAlt: "James Park"
id: "5", name: "James Park", handle: "VP Marketing, InnovateLab", testimonial: "Perfectly positioned our product in the market with measurable sales lift. Their expertise in design and marketing strategy is unmatched.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-marketing-dir-1772767674859-0e7e269f.png", imageAlt: "James Park"
},
{
id: "6", name: "Lisa Thompson", handle: "Founder, VisionAI", testimonial: "Working with Prada Digital was seamless. They delivered a platform that not only looks stunning but performs exceptionally well.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-business-cons-1772767674606-e04f5c59.png", imageAlt: "Lisa Thompson"
id: "6", name: "Lisa Thompson", handle: "Founder, VisionAI", testimonial: "Platform performs exceptionally well with stunning design. Working with Prada Digital was seamless from concept to deployment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRczrLNdpiFfxzAseGwaKJUKm/professional-headshot-of-a-business-cons-1772767674606-e04f5c59.png", imageAlt: "Lisa Thompson"
},
]}
animationType="slide-up"