Merge version_2 into main #4
@@ -1,49 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
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 inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild - Creative Web Agency | Digital Design & Development", description: "Award-winning creative agency specializing in web design, branding, and digital strategy. Transform your vision into compelling digital experiences.", keywords: "web design agency, digital strategy, branding, UX design, web development, creative agency", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Webild - Creative Web Agency", description: "Transform your vision into digital reality with award-winning design and strategy.", type: "website", siteName: "Webild", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359613.jpg", alt: "creative agency dashboard design"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Webild - Creative Web Agency", description: "Award-winning digital solutions for your business", images: ["http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359613.jpg"],
|
||||
},
|
||||
};
|
||||
title: "Webild - Creative Digital Agency", description: "Transform your vision into digital reality with cutting-edge design and development services."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1411,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -139,17 +139,17 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson, CEO of TechVenture", date: "Date: 15 November 2024", title: "Transformed our entire digital presence", quote: "Webild didn't just design our website—they fundamentally transformed how we engage with customers. The results were immediate and measurable. Our conversion rate increased by 240% within three months.", tag: "E-Commerce", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg"},
|
||||
id: "1", name: "Sarah Johnson, CEO of TechVenture", date: "Date: 15 November 2024", title: "240% conversion rate increase", quote: "Webild transformed our digital presence and delivered immediate, measurable results. Our conversion rate increased by 240% within three months.", tag: "E-Commerce", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael Chen, Founder of InnovateLab", date: "Date: 08 November 2024", title: "Outstanding attention to detail and strategy", quote: "The team at Webild goes beyond typical web design. They understood our vision, challenged our assumptions, and delivered a product that exceeded all expectations. Their strategic approach set us apart from competitors.", tag: "Startup", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1"},
|
||||
id: "2", name: "Michael Chen, Founder of InnovateLab", date: "Date: 08 November 2024", title: "Exceeded all expectations", quote: "The team understood our vision and delivered a product that set us apart from competitors.", tag: "Startup", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez, Marketing Director at GrowthCo", date: "Date: 22 October 2024", title: "Exceptional collaboration and communication", quote: "Working with Webild was a pleasure. They communicated consistently, delivered on time, and were always open to feedback. Our new platform has become a key differentiator in our market.", tag: "SaaS", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=2"},
|
||||
id: "3", name: "Emily Rodriguez, Marketing Director at GrowthCo", date: "Date: 22 October 2024", title: "Key market differentiator", quote: "Working with Webild was seamless—they delivered on time and our new platform became a key differentiator in our market.", tag: "SaaS", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=2"},
|
||||
{
|
||||
id: "4", name: "David Park, COO of GlobalBrand Inc", date: "Date: 30 September 2024", title: "True partners in our success", quote: "Webild treated our project like their own. Their proactive approach, technical expertise, and creative solutions helped us achieve our goals and establish industry leadership.", tag: "Enterprise", avatarSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", avatarAlt: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg"},
|
||||
id: "4", name: "David Park, COO of GlobalBrand Inc", date: "Date: 30 September 2024", title: "True partners in success", quote: "Their proactive approach and technical expertise helped us achieve our goals and establish industry leadership.", tag: "Enterprise", avatarSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", avatarAlt: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg"},
|
||||
{
|
||||
id: "5", name: "Lisa Anderson, Founder of CreativeStudio", date: "Date: 12 September 2024", title: "Creativity meets functionality perfectly", quote: "Their designers understood our brand deeply and created something truly special. The website reflects our creative vision while maintaining perfect usability. Client inquiries have tripled.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", avatarAlt: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=3"},
|
||||
id: "5", name: "Lisa Anderson, Founder of CreativeStudio", date: "Date: 12 September 2024", title: "Inquiries tripled", quote: "Their designers created something truly special that reflects our vision while maintaining perfect usability.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", avatarAlt: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=3"},
|
||||
{
|
||||
id: "6", name: "James Wilson, VP Product at DigitalFirst", date: "Date: 25 August 2024", title: "Exceeded every expectation", quote: "From initial consultation to post-launch support, Webild demonstrated excellence at every stage. They're not just vendors—they're trusted advisors who genuinely care about our success.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", avatarAlt: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=4"},
|
||||
id: "6", name: "James Wilson, VP Product at DigitalFirst", date: "Date: 25 August 2024", title: "Trusted advisors", quote: "Webild demonstrated excellence at every stage and proved to be trusted advisors who genuinely care about success.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", avatarAlt: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=4"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user