Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-21 12:55:42 +00:00
4 changed files with 67 additions and 31 deletions

View File

@@ -54,7 +54,7 @@ export default function AboutPage() {
{ value: "24/7", title: "Support Available" },
]}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-dynamic-team-collaboration-scene-with--1774097683481-951c3244.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-dynamic-team-collaboration-scene-with--1774097683481-951c3244.png?_wi=2"
imageAlt="BeyondNull Team Collaboration"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -77,7 +77,7 @@ export default function AboutPage() {
title: "Innovation First",
subtitle: "Cutting-edge technology",
description: "We stay ahead of industry trends, leveraging the latest technologies and methodologies. Our commitment to innovation ensures your business always has a competitive edge.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-stunning-web-development-workspace-sho-1774097684043-47c8be3f.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-stunning-web-development-workspace-sho-1774097684043-47c8be3f.png?_wi=2",
imageAlt: "Innovation & Technology",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -87,7 +87,7 @@ export default function AboutPage() {
title: "Transparent Partnership",
subtitle: "Open communication",
description: "We believe in honest, transparent communication with every client. You'll always know where your project stands, what we're working on, and why we're doing it.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-dynamic-team-collaboration-scene-with--1774097683481-951c3244.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-dynamic-team-collaboration-scene-with--1774097683481-951c3244.png?_wi=3",
imageAlt: "Team Collaboration",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -97,7 +97,7 @@ export default function AboutPage() {
title: "Data-Driven Decisions",
subtitle: "Measurable impact",
description: "Every strategy is backed by data and analytics. We don't just create beautiful designs—we create solutions that drive real business results and measurable ROI.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-vibrant-social-media-marketing-dashboa-1774097683964-5641598b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-vibrant-social-media-marketing-dashboa-1774097683964-5641598b.png?_wi=2",
imageAlt: "Data Analytics",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -122,7 +122,7 @@ export default function AboutPage() {
name: "Sarah Johnson",
role: "CEO, TechVision Inc",
testimonial: "BeyondNull transformed our digital presence completely. Their strategic approach and creative execution resulted in 300% growth in just 6 months. Highly recommended!",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-business-person-headshot--1774097683203-cc4e1d0c.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-business-person-headshot--1774097683203-cc4e1d0c.png?_wi=2",
imageAlt: "Sarah Johnson",
icon: Star,
},
@@ -131,7 +131,7 @@ export default function AboutPage() {
name: "Michael Chen",
role: "Marketing Director, InnovateCorp",
testimonial: "Working with the BeyondNull team was seamless. They understood our vision and delivered exceptional results. Our social media engagement increased dramatically.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-business-woman-headshot-w-1774097682690-1d660332.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-business-woman-headshot-w-1774097682690-1d660332.png?_wi=2",
imageAlt: "Michael Chen",
icon: Star,
},
@@ -140,7 +140,7 @@ export default function AboutPage() {
name: "Emily Rodriguez",
role: "Founder, StartupXYZ",
testimonial: "From web development to marketing strategy, BeyondNull provided comprehensive solutions. Our app launched successfully and exceeded user acquisition targets.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-creative-director-headsho-1774097684873-a6a16b6b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-creative-director-headsho-1774097684873-a6a16b6b.png?_wi=2",
imageAlt: "Emily Rodriguez",
icon: Star,
},

View File

@@ -1,24 +1,58 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "BeyondNull - Premium Digital Marketing Agency",
description: "BeyondNull is a leading digital marketing agency offering web development, app development, social media marketing, and strategic consultancy services.",
keywords: "digital marketing, web development, app development, social media marketing, marketing strategy, consultancy",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "BeyondNull - Digital Marketing Excellence",
description: "Transform your brand with premium digital marketing solutions and cutting-edge technology.",
siteName: "BeyondNull",
type: "website",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-modern-sleek-digital-marketing-dashboa-1774097683029-3bd5ac94.png",
alt: "BeyondNull Digital Marketing Dashboard",
},
],
},
twitter: {
card: "summary_large_image",
title: "BeyondNull - Premium Digital Marketing Agency",
description: "Leading digital marketing agency with expertise in web development, app development, and social media marketing.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-modern-sleek-digital-marketing-dashboa-1774097683029-3bd5ac94.png",
],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +61,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +75,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -76,7 +76,7 @@ export default function HomePage() {
{ value: "24/7", title: "Support Available" },
]}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-dynamic-team-collaboration-scene-with--1774097683481-951c3244.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-dynamic-team-collaboration-scene-with--1774097683481-951c3244.png?_wi=1"
imageAlt="BeyondNull Team Collaboration"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -99,7 +99,7 @@ export default function HomePage() {
title: "Web Development",
subtitle: "Cutting-edge web solutions",
description: "Create stunning, responsive websites that engage users and drive conversions. We build high-performance web applications with modern technologies and best practices.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-stunning-web-development-workspace-sho-1774097684043-47c8be3f.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-stunning-web-development-workspace-sho-1774097684043-47c8be3f.png?_wi=1",
imageAlt: "Web Development Service",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -109,7 +109,7 @@ export default function HomePage() {
title: "App Development",
subtitle: "Mobile & cross-platform apps",
description: "Build innovative mobile applications for iOS and Android. Our expert developers create seamless, user-friendly apps that deliver exceptional experiences.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-futuristic-app-development-scene-showi-1774097683704-c56763aa.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-futuristic-app-development-scene-showi-1774097683704-c56763aa.png?_wi=1",
imageAlt: "App Development Service",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -119,7 +119,7 @@ export default function HomePage() {
title: "Social Media Marketing",
subtitle: "Viral campaigns & engagement",
description: "Amplify your brand presence with targeted social media campaigns. We create compelling content that resonates with your audience and drives engagement.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-vibrant-social-media-marketing-dashboa-1774097683964-5641598b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-vibrant-social-media-marketing-dashboa-1774097683964-5641598b.png?_wi=1",
imageAlt: "Social Media Marketing Service",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -129,7 +129,7 @@ export default function HomePage() {
title: "Social Media Management",
subtitle: "Consistent growth & brand voice",
description: "Maintain a powerful social presence with our comprehensive management services. We handle posting, engagement, and community building across all platforms.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-sophisticated-social-media-management--1774097683677-eaf0c220.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-sophisticated-social-media-management--1774097683677-eaf0c220.png?_wi=1",
imageAlt: "Social Media Management Service",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -139,7 +139,7 @@ export default function HomePage() {
title: "Marketing Strategy",
subtitle: "Data-driven growth plans",
description: "Develop comprehensive marketing strategies that align with your business goals. We analyze market trends and competitor activity to create actionable plans.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-strategic-marketing-planning-scene-wit-1774097684271-420950ce.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-strategic-marketing-planning-scene-wit-1774097684271-420950ce.png?_wi=1",
imageAlt: "Marketing Strategy Service",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -149,7 +149,7 @@ export default function HomePage() {
title: "Consultancy",
subtitle: "Expert guidance & insights",
description: "Get expert consultancy from seasoned marketing professionals. We provide strategic insights and recommendations to optimize your digital presence.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-premium-business-consultancy-meeting-s-1774097684241-84259452.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-premium-business-consultancy-meeting-s-1774097684241-84259452.png?_wi=1",
imageAlt: "Consultancy Service",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -190,7 +190,7 @@ export default function HomePage() {
name: "Sarah Johnson",
role: "CEO",
testimonial: "BeyondNull transformed our digital presence completely. Their strategic approach and creative execution resulted in 300% growth in just 6 months. Highly recommended!",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-business-person-headshot--1774097683203-cc4e1d0c.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-business-person-headshot--1774097683203-cc4e1d0c.png?_wi=1",
imageAlt: "Sarah Johnson",
icon: Star,
},
@@ -199,7 +199,7 @@ export default function HomePage() {
name: "Michael Chen",
role: "Marketing Director",
testimonial: "Working with the BeyondNull team was seamless. They understood our vision and delivered exceptional results. Our social media engagement increased dramatically.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-business-woman-headshot-w-1774097682690-1d660332.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-business-woman-headshot-w-1774097682690-1d660332.png?_wi=1",
imageAlt: "Michael Chen",
icon: Star,
},
@@ -208,7 +208,7 @@ export default function HomePage() {
name: "Emily Rodriguez",
role: "Founder",
testimonial: "From web development to marketing strategy, BeyondNull provided comprehensive solutions. Our app launched successfully and exceeded user acquisition targets.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-creative-director-headsho-1774097684873-a6a16b6b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-professional-creative-director-headsho-1774097684873-a6a16b6b.png?_wi=1",
imageAlt: "Emily Rodriguez",
icon: Star,
},

View File

@@ -59,7 +59,7 @@ export default function ServicesPage() {
title: "Web Development",
subtitle: "Cutting-edge web solutions",
description: "Create stunning, responsive websites that engage users and drive conversions. We build high-performance web applications with modern technologies and best practices.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-stunning-web-development-workspace-sho-1774097684043-47c8be3f.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-stunning-web-development-workspace-sho-1774097684043-47c8be3f.png?_wi=3",
imageAlt: "Web Development Service",
buttons: [
{
@@ -74,7 +74,7 @@ export default function ServicesPage() {
title: "App Development",
subtitle: "Mobile & cross-platform apps",
description: "Build innovative mobile applications for iOS and Android. Our expert developers create seamless, user-friendly apps that deliver exceptional experiences.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-futuristic-app-development-scene-showi-1774097683704-c56763aa.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-futuristic-app-development-scene-showi-1774097683704-c56763aa.png?_wi=2",
imageAlt: "App Development Service",
buttons: [
{
@@ -89,7 +89,7 @@ export default function ServicesPage() {
title: "Social Media Marketing",
subtitle: "Viral campaigns & engagement",
description: "Amplify your brand presence with targeted social media campaigns. We create compelling content that resonates with your audience and drives engagement.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-vibrant-social-media-marketing-dashboa-1774097683964-5641598b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-vibrant-social-media-marketing-dashboa-1774097683964-5641598b.png?_wi=3",
imageAlt: "Social Media Marketing Service",
buttons: [
{
@@ -104,7 +104,7 @@ export default function ServicesPage() {
title: "Social Media Management",
subtitle: "Consistent growth & brand voice",
description: "Maintain a powerful social presence with our comprehensive management services. We handle posting, engagement, and community building across all platforms.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-sophisticated-social-media-management--1774097683677-eaf0c220.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-sophisticated-social-media-management--1774097683677-eaf0c220.png?_wi=2",
imageAlt: "Social Media Management Service",
buttons: [
{
@@ -119,7 +119,7 @@ export default function ServicesPage() {
title: "Marketing Strategy",
subtitle: "Data-driven growth plans",
description: "Develop comprehensive marketing strategies that align with your business goals. We analyze market trends and competitor activity to create actionable plans.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-strategic-marketing-planning-scene-wit-1774097684271-420950ce.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-strategic-marketing-planning-scene-wit-1774097684271-420950ce.png?_wi=2",
imageAlt: "Marketing Strategy Service",
buttons: [
{
@@ -134,7 +134,7 @@ export default function ServicesPage() {
title: "Consultancy",
subtitle: "Expert guidance & insights",
description: "Get expert consultancy from seasoned marketing professionals. We provide strategic insights and recommendations to optimize your digital presence.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-premium-business-consultancy-meeting-s-1774097684241-84259452.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFueWUwR1zPB6tmJBGYsd5n0Db/a-premium-business-consultancy-meeting-s-1774097684241-84259452.png?_wi=2",
imageAlt: "Consultancy Service",
buttons: [
{