5 Commits

Author SHA1 Message Date
ddc08931d1 Merge version_3 into main
Merge version_3 into main
2026-03-04 02:17:14 +00:00
daaab84132 Update src/app/page.tsx 2026-03-04 02:17:10 +00:00
ca183f9170 Update src/app/layout.tsx 2026-03-04 02:17:09 +00:00
a0e353bee3 Merge version_2 into main
Merge version_2 into main
2026-03-04 01:49:17 +00:00
cc81890b1e Update src/app/page.tsx 2026-03-04 01:49:12 +00:00
2 changed files with 16 additions and 57 deletions

View File

@@ -1,60 +1,20 @@
import type { Metadata } from "next";
import { Poppins } 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 poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Mendes Webworks | Web Design & Development Agency", description: "Premium web design and development services. Transform your online presence with stunning, responsive websites that drive results.", keywords: "web design, web development, responsive design, UX design, UI design, website design agency", metadataBase: new URL("https://mendeswebworks.com"),
alternates: {
canonical: "https://mendeswebworks.com"
},
openGraph: {
title: "Mendes Webworks | Web Design & Development", description: "Transforming ideas into exceptional web experiences. Premium website design and development for brands that demand excellence.", url: "https://mendeswebworks.com", siteName: "Mendes Webworks", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/a-modern-web-design-studio-workspace-wit-1772587040234-07045f16.png", alt: "Mendes Webworks - Web Design Agency"
}
]
},
twitter: {
card: "summary_large_image", title: "Mendes Webworks | Web Design & Development", description: "Premium website design and development services", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/a-modern-web-design-studio-workspace-wit-1772587040234-07045f16.png"]
},
robots: {
index: true,
follow: true
}
};
title: "Mendes Webworks | Premium Web Design & Development", description: "Transform your online presence with exceptional web design and development services from Mendes Webworks."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${poppins.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1422,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -132,20 +132,20 @@ export default function LandingPage() {
{
id: "design", groupTitle: "Design Team", members: [
{
id: "1", title: "Sarah Mendes", subtitle: "Creative Director", detail: "sarah@mendeswebworks.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-portrait-of-a-confident-web-1772587039645-3295c3c7.png", imageAlt: "Sarah Mendes"
id: "1", title: "Kauan Mendes Garcia", subtitle: "Director", detail: "kauan@mendeswebworks.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-portrait-of-a-confident-web-1772587039645-3295c3c7.png", imageAlt: "Kauan Mendes Garcia"
},
{
id: "2", title: "Marcus Chen", subtitle: "UX/UI Designer", detail: "marcus@mendeswebworks.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-portrait-of-a-creative-desi-1772587039873-576e0c17.png", imageAlt: "Marcus Chen"
id: "2", title: "Debora Garcia", subtitle: "UX/UI Designer", detail: "debora@mendeswebworks.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-portrait-of-a-creative-desi-1772587039873-576e0c17.png", imageAlt: "Debora Garcia"
}
]
},
{
id: "development", groupTitle: "Development Team", members: [
{
id: "3", title: "Alex Rodriguez", subtitle: "Lead Developer", detail: "alex@mendeswebworks.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-portrait-of-a-talented-deve-1772587040153-948014f4.png", imageAlt: "Alex Rodriguez"
id: "3", title: "Kaio Adorno", subtitle: "Lead Developer", detail: "kaio@mendeswebworks.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-portrait-of-a-talented-deve-1772587040153-948014f4.png", imageAlt: "Kaio Adorno"
},
{
id: "4", title: "Jamie Kim", subtitle: "Frontend Specialist", detail: "jamie@mendeswebworks.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-portrait-of-a-ux-ui-special-1772587039918-039952cd.png", imageAlt: "Jamie Kim"
id: "4", title: "Kevin Mendes Garcia", subtitle: "Frontend Specialist", detail: "kevin@mendeswebworks.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-portrait-of-a-ux-ui-special-1772587039918-039952cd.png", imageAlt: "Kevin Mendes Garcia"
}
]
}
@@ -162,22 +162,22 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Jennifer Walsh", role: "CEO", testimonial: "Mendes Webworks completely transformed our online presence. The website they designed not only looks incredible but has significantly increased our conversion rates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-headshot-of-a-satisfied-cli-1772587039360-9a09f99d.png", imageAlt: "Jennifer Walsh"
id: "1", name: "Jennifer Walsh", role: "CEO", testimonial: "↑ 150% Conversion Rate Increase: Mendes Webworks completely transformed our online presence. The website they designed not only looks incredible but has significantly increased our conversion rates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-headshot-of-a-satisfied-cli-1772587039360-9a09f99d.png", imageAlt: "Jennifer Walsh"
},
{
id: "2", name: "David Thompson", role: "Founder", testimonial: "Working with the team was seamless from start to finish. They understood our vision and delivered beyond expectations. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-portrait-of-a-business-exec-1772587039753-6b201e26.png", imageAlt: "David Thompson"
id: "2", name: "David Thompson", role: "Founder", testimonial: "↑ 200% User Engagement Growth: Working with the team was seamless from start to finish. They understood our vision and delivered beyond expectations. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-portrait-of-a-business-exec-1772587039753-6b201e26.png", imageAlt: "David Thompson"
},
{
id: "3", name: "Emily Santos", role: "Marketing Director", testimonial: "The attention to detail and user experience focus really sets them apart. Our new website has become our best marketing asset.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-headshot-of-a-satisfied-cli-1772587040219-559b89fd.png", imageAlt: "Emily Santos"
id: "3", name: "Emily Santos", role: "Marketing Director", testimonial: "↑ 180% Traffic Increase: The attention to detail and user experience focus really sets them apart. Our new website has become our best marketing asset.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-headshot-of-a-satisfied-cli-1772587040219-559b89fd.png", imageAlt: "Emily Santos"
},
{
id: "4", name: "Michael Park", role: "Business Owner", testimonial: "Professional, creative, and results-driven. Mendes Webworks delivered a website that perfectly represents our brand and engages our customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-business-portrait-formal-at-1772587041590-822e622b.png", imageAlt: "Michael Park"
id: "4", name: "Michael Park", role: "Business Owner", testimonial: "↑ 120% Lead Generation: Professional, creative, and results-driven. Mendes Webworks delivered a website that perfectly represents our brand and engages our customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-business-portrait-formal-at-1772587041590-822e622b.png", imageAlt: "Michael Park"
},
{
id: "5", name: "Rachel Liu", role: "Product Manager", testimonial: "Their approach to responsive design and performance optimization is unmatched. Our website loads faster and ranks higher in search results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-client-headshot-business-ca-1772587039067-a42aea45.png", imageAlt: "Rachel Liu"
id: "5", name: "Rachel Liu", role: "Product Manager", testimonial: "↑ 95% Load Time Reduction: Their approach to responsive design and performance optimization is unmatched. Our website loads faster and ranks higher in search results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-client-headshot-business-ca-1772587039067-a42aea45.png", imageAlt: "Rachel Liu"
},
{
id: "6", name: "Christopher Blake", role: "Director", testimonial: "Exceptional work and outstanding communication throughout the entire project. They became true partners in our digital transformation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-business-headshot-formal-bu-1772587039302-0e00fd23.png", imageAlt: "Christopher Blake"
id: "6", name: "Christopher Blake", role: "Director", testimonial: "↑ 175% ROI Improvement: Exceptional work and outstanding communication throughout the entire project. They became true partners in our digital transformation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASXTWcc8z44JwiJsJFbvbRij5B/professional-business-headshot-formal-bu-1772587039302-0e00fd23.png", imageAlt: "Christopher Blake"
}
]}
/>