3 Commits

Author SHA1 Message Date
767e63c1c7 Update src/app/page.tsx 2026-03-06 01:22:29 +00:00
bab8c022f2 Update src/app/layout.tsx 2026-03-06 01:22:29 +00:00
4e38f16127 Merge version_2 into main
Merge version_2 into main
2026-03-06 01:17:28 +00:00
2 changed files with 31 additions and 18 deletions

View File

@@ -16,25 +16,28 @@ const inter = Inter({
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Web Link | Professional Website Design Agency", description: "Custom web design solutions for ambitious businesses. From concept to launch, we create stunning, high-converting websites tailored to your vision.", keywords: "web design, website design agency, custom web development, responsive design, e-commerce, SEO optimization", metadataBase: new URL("https://weblink.com"), title: "Web Link | Professional Website Design Agency", description: "Custom web design solutions for ambitious businesses. From concept to launch, we create stunning, high-converting websites tailored to your vision.", keywords: "web design, website design agency, custom web development, responsive design, e-commerce, SEO optimization", metadataBase: new URL("https://weblink.com"),
alternates: { alternates: {
canonical: "https://weblink.com"}, canonical: "https://weblink.com"
},
openGraph: { openGraph: {
title: "Web Link - Professional Website Design", description: "Transform your digital presence with custom web design. High-converting websites built for ambitious businesses.", url: "https://weblink.com", siteName: "Web Link", type: "website", images: [ title: "Web Link - Professional Website Design", description: "Transform your digital presence with custom web design. High-converting websites built for ambitious businesses.", url: "https://weblink.com", siteName: "Web Link", type: "website", images: [
{ {
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-modern-web-design-showcase-featuring-r-1772758731665-27ba96e3.png", alt: "Web Link - Professional Web Design"}, url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-modern-web-design-showcase-featuring-r-1772758731665-27ba96e3.png", alt: "Web Link - Professional Web Design"
], }
]
}, },
twitter: { twitter: {
card: "summary_large_image", title: "Web Link | Website Design Agency", description: "Custom web design solutions for businesses. High-converting websites that drive results.", images: [ card: "summary_large_image", title: "Web Link | Website Design Agency", description: "Custom web design solutions for businesses. High-converting websites that drive results.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-modern-web-design-showcase-featuring-r-1772758731665-27ba96e3.png"], "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-modern-web-design-showcase-featuring-r-1772758731665-27ba96e3.png"
]
}, },
robots: { robots: {
index: true, index: true,
follow: true, follow: true
}, }
}; };
export default function RootLayout({ export default function RootLayout({
children, children
}: Readonly<{ }: Readonly<{
children: React.ReactNode; children: React.ReactNode;
}>) { }>) {

View File

@@ -57,7 +57,7 @@ export default function HomePage() {
imagePosition="right" imagePosition="right"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
buttons={[ buttons={[
{ text: "Start Your Project", href: "/contact" }, { text: "Get Your Free Website Audit", href: "/contact" },
{ text: "View Our Work", href: "/portfolio" }, { text: "View Our Work", href: "/portfolio" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -89,11 +89,13 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
negativeCard={{ negativeCard={{
items: [ items: [
"Generic templates and cookie-cutter designs", "Limited customization and flexibility", "Poor performance and slow load times", "Inadequate mobile responsiveness", "Lack of ongoing support and maintenance"], "Generic templates and cookie-cutter designs", "Limited customization and flexibility", "Poor performance and slow load times", "Inadequate mobile responsiveness", "Lack of ongoing support and maintenance"
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Custom-built designs tailored to your brand", "Full creative control and unlimited revisions", "Lightning-fast, optimized performance", "Fully responsive on all devices", "Dedicated support and continuous improvement"], "Custom-built designs tailored to your brand", "Full creative control and unlimited revisions", "Lightning-fast, optimized performance", "Fully responsive on all devices", "Dedicated support and continuous improvement"
],
}} }}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -113,13 +115,16 @@ export default function HomePage() {
products={[ products={[
{ {
id: "1", brand: "Web Link", name: "Tech Startup Platform", price: "Custom Project", rating: 5, id: "1", brand: "Web Link", name: "Tech Startup Platform", price: "Custom Project", rating: 5,
reviewCount: "12.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-beautifully-designed-website-homepage--1772758732160-fd9940a4.png?_wi=1", imageAlt: "Tech startup website design"}, reviewCount: "12.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-beautifully-designed-website-homepage--1772758732160-fd9940a4.png?_wi=1", imageAlt: "Tech startup website design"
},
{ {
id: "2", brand: "Web Link", name: "E-Commerce Store Design", price: "Custom Project", rating: 5, id: "2", brand: "Web Link", name: "E-Commerce Store Design", price: "Custom Project", rating: 5,
reviewCount: "8.9k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/an-e-commerce-website-design-featuring-p-1772758732318-4df63d19.png?_wi=1", imageAlt: "E-commerce website design"}, reviewCount: "8.9k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/an-e-commerce-website-design-featuring-p-1772758732318-4df63d19.png?_wi=1", imageAlt: "E-commerce website design"
},
{ {
id: "3", brand: "Web Link", name: "Corporate Website", price: "Custom Project", rating: 5, id: "3", brand: "Web Link", name: "Corporate Website", price: "Custom Project", rating: 5,
reviewCount: "15.4k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-corporate-business-website-design-with-1772758737000-ba6052fb.png?_wi=1", imageAlt: "Corporate business website"}, reviewCount: "15.4k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-corporate-business-website-design-with-1772758737000-ba6052fb.png?_wi=1", imageAlt: "Corporate business website"
}
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -140,16 +145,20 @@ export default function HomePage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Web Link transformed our online presence completely. Their team understood our vision perfectly and delivered a stunning website that has significantly increased our conversions.", rating: 5, id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Web Link transformed our online presence completely. Their team understood our vision perfectly and delivered a stunning website that has significantly increased our conversions.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/professional-headshot-of-a-confident-bus-1772758733174-536617eb.png?_wi=1", imageAlt: "Sarah Johnson testimonial"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/professional-headshot-of-a-confident-bus-1772758733174-536617eb.png?_wi=1", imageAlt: "Sarah Johnson testimonial"
},
{ {
id: "2", name: "Michael Chen", handle: "@mchen_tech", testimonial: "Outstanding work from start to finish. The Web Link team was responsive, professional, and truly cared about our project. Highly recommended for any business looking for quality web design.", rating: 5, id: "2", name: "Michael Chen", handle: "@mchen_tech", testimonial: "Outstanding work from start to finish. The Web Link team was responsive, professional, and truly cared about our project. Highly recommended for any business looking for quality web design.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/professional-headshot-of-a-successful-bu-1772758731548-a7be2ca1.png?_wi=1", imageAlt: "Michael Chen testimonial"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/professional-headshot-of-a-successful-bu-1772758731548-a7be2ca1.png?_wi=1", imageAlt: "Michael Chen testimonial"
},
{ {
id: "3", name: "Emily Rodriguez", handle: "@erodriguez_design", testimonial: "I was impressed by their attention to detail and commitment to excellence. The final website exceeded all expectations and our clients love it. Worth every penny!", rating: 5, id: "3", name: "Emily Rodriguez", handle: "@erodriguez_design", testimonial: "I was impressed by their attention to detail and commitment to excellence. The final website exceeded all expectations and our clients love it. Worth every penny!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/professional-headshot-of-a-creative-prof-1772758731804-3076ae80.png?_wi=1", imageAlt: "Emily Rodriguez testimonial"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/professional-headshot-of-a-creative-prof-1772758731804-3076ae80.png?_wi=1", imageAlt: "Emily Rodriguez testimonial"
},
{ {
id: "4", name: "David Kim", handle: "@davidkim_ceo", testimonial: "Best decision we made for our business. Web Link didn't just build a website; they created a powerful tool for our growth. Their support continues well after launch.", rating: 5, id: "4", name: "David Kim", handle: "@davidkim_ceo", testimonial: "Best decision we made for our business. Web Link didn't just build a website; they created a powerful tool for our growth. Their support continues well after launch.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/professional-headshot-of-a-confident-ent-1772758731710-d56b027e.png", imageAlt: "David Kim testimonial"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/professional-headshot-of-a-confident-ent-1772758731710-d56b027e.png", imageAlt: "David Kim testimonial"
}
]} ]}
showRating={true} showRating={true}
animationType="slide-up" animationType="slide-up"
@@ -171,7 +180,8 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
names={["Microsoft", "Google", "Apple", "Amazon", "Netflix", "Slack", "Spotify", "GitHub"]} names={["Microsoft", "Google", "Apple", "Amazon", "Netflix", "Slack", "Spotify", "GitHub"]}
logos={[ logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/microsoft-company-logo-with-clean-profes-1772758733426-afb467b0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/google-company-logo-with-distinctive-col-1772758731747-f01394f6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/apple-company-logo-featuring-the-iconic--1772758731873-a72995d3.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/amazon-company-logo-with-recognizable-br-1772758731678-80f2174c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/netflix-company-logo-with-distinctive-re-1772758734441-1090ee4d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/slack-company-logo-with-colorful-modern--1772758730918-9c311d9c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/spotify-company-logo-with-signature-gree-1772758731045-8f46c755.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/github-company-logo-featuring-the-octopu-1772758731235-089c74bc.png"]} "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/microsoft-company-logo-with-clean-profes-1772758733426-afb467b0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/google-company-logo-with-distinctive-col-1772758731747-f01394f6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/apple-company-logo-featuring-the-iconic--1772758731873-a72995d3.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/amazon-company-logo-with-recognizable-br-1772758731678-80f2174c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/netflix-company-logo-with-distinctive-re-1772758734441-1090ee4d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/slack-company-logo-with-colorful-modern--1772758730918-9c311d9c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/spotify-company-logo-with-signature-gree-1772758731045-8f46c755.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/github-company-logo-featuring-the-octopu-1772758731235-089c74bc.png"
]}
speed={40} speed={40}
showCard={true} showCard={true}
buttons={[{ text: "Join Our Client List", href: "/contact" }]} buttons={[{ text: "Join Our Client List", href: "/contact" }]}