Merge version_1 into main #1
@@ -100,21 +100,21 @@ export default function AboutPage() {
|
||||
id: "innovation",
|
||||
title: "Innovation",
|
||||
description: "We constantly push boundaries to deliver cutting-edge digital solutions that keep our clients ahead of the curve.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-web-design-studio-workspace-with--1773538252870-52fc6bc1.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-web-design-studio-workspace-with--1773538252870-52fc6bc1.png?_wi=2",
|
||||
imageAlt: "Innovation workspace",
|
||||
},
|
||||
{
|
||||
id: "excellence",
|
||||
title: "Excellence",
|
||||
description: "Every project we undertake receives meticulous attention to detail and commitment to the highest quality standards.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/beautiful-user-interface-design-mockup-s-1773538252908-23246780.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/beautiful-user-interface-design-mockup-s-1773538252908-23246780.png?_wi=2",
|
||||
imageAlt: "Excellence in design",
|
||||
},
|
||||
{
|
||||
id: "collaboration",
|
||||
title: "Collaboration",
|
||||
description: "We work closely with our clients as partners, ensuring their vision is not just understood but beautifully executed.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/strategic-digital-planning-session-with--1773538252798-76d66f4a.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/strategic-digital-planning-session-with--1773538252798-76d66f4a.png?_wi=2",
|
||||
imageAlt: "Team collaboration",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -102,7 +102,7 @@ export default function ContactPage() {
|
||||
rows: 5,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/friendly-professional-team-meeting-scene-1773538252552-a0e00322.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/friendly-professional-team-meeting-scene-1773538252552-a0e00322.png?_wi=3"
|
||||
imageAlt="Contact us illustration"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,27 +1,62 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Rosania Digital - Award-Winning Web Design Agency",
|
||||
description: "Transform your business with stunning web design and development. Award-winning digital agency creating high-performing websites that drive growth.",
|
||||
keywords: "web design agency, website design, web development, digital design, UX design, brand strategy, e-commerce design",
|
||||
metadataBase: new URL("https://rosaniadigital.com"),
|
||||
alternates: {
|
||||
canonical: "https://rosaniadigital.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Rosania Digital - Premium Web Design Agency",
|
||||
description: "Award-winning web design and development agency creating elegant, high-performing digital experiences.",
|
||||
url: "https://rosaniadigital.com",
|
||||
siteName: "Rosania Digital",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-web-design-studio-workspace-with--1773538252870-52fc6bc1.png",
|
||||
alt: "Rosania Digital - Web Design Agency",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Rosania Digital - Web Design Agency",
|
||||
description: "Transform your digital presence with award-winning web design and development.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-web-design-studio-workspace-with--1773538252870-52fc6bc1.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +66,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +80,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -97,11 +97,11 @@ export default function HomePage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-web-design-studio-workspace-with--1773538252870-52fc6bc1.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-web-design-studio-workspace-with--1773538252870-52fc6bc1.png?_wi=1",
|
||||
imageAlt: "Modern web design workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/strategic-digital-planning-session-with--1773538252798-76d66f4a.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/strategic-digital-planning-session-with--1773538252798-76d66f4a.png?_wi=1",
|
||||
imageAlt: "Digital strategy session",
|
||||
},
|
||||
{
|
||||
@@ -142,42 +142,42 @@ export default function HomePage() {
|
||||
id: "web-design",
|
||||
title: "Web Design & UX",
|
||||
description: "Creating beautiful, intuitive interfaces that engage users and drive conversions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/beautiful-user-interface-design-mockup-s-1773538252908-23246780.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/beautiful-user-interface-design-mockup-s-1773538252908-23246780.png?_wi=1",
|
||||
imageAlt: "Web design interface mockup",
|
||||
},
|
||||
{
|
||||
id: "web-development",
|
||||
title: "Web Development",
|
||||
description: "Building robust, scalable websites with modern technologies and best practices.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/developer-programming-on-laptop-with-cod-1773538252856-05d723eb.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/developer-programming-on-laptop-with-cod-1773538252856-05d723eb.png?_wi=1",
|
||||
imageAlt: "Developer coding on modern website",
|
||||
},
|
||||
{
|
||||
id: "brand-strategy",
|
||||
title: "Brand Strategy",
|
||||
description: "Developing cohesive brand identities that resonate with your target audience.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/brand-identity-design-presentation-featu-1773538252833-8af035e4.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/brand-identity-design-presentation-featu-1773538252833-8af035e4.png?_wi=1",
|
||||
imageAlt: "Brand strategy planning session",
|
||||
},
|
||||
{
|
||||
id: "ecommerce",
|
||||
title: "E-commerce Solutions",
|
||||
description: "Designing powerful online stores that maximize sales and customer satisfaction.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/e-commerce-platform-dashboard-showing-pr-1773538252679-26a3fc44.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/e-commerce-platform-dashboard-showing-pr-1773538252679-26a3fc44.png?_wi=1",
|
||||
imageAlt: "E-commerce platform dashboard",
|
||||
},
|
||||
{
|
||||
id: "seo-optimization",
|
||||
title: "SEO Optimization",
|
||||
description: "Optimizing your website for search engines to increase visibility and organic traffic.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/seo-analytics-dashboard-displaying-searc-1773538253193-17b3ce70.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/seo-analytics-dashboard-displaying-searc-1773538253193-17b3ce70.png?_wi=1",
|
||||
imageAlt: "Search engine optimization analytics",
|
||||
},
|
||||
{
|
||||
id: "digital-marketing",
|
||||
title: "Digital Marketing",
|
||||
description: "Integrated campaigns that amplify your brand message and reach your audience.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/digital-marketing-strategy-dashboard-sho-1773538253469-c3a5a76c.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/digital-marketing-strategy-dashboard-sho-1773538253469-c3a5a76c.png?_wi=1",
|
||||
imageAlt: "Digital marketing strategy dashboard",
|
||||
},
|
||||
]}
|
||||
@@ -202,7 +202,7 @@ export default function HomePage() {
|
||||
price: "Design + Development",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-tech-startup-website-displayed-on-1773538252662-3af5e91d.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-tech-startup-website-displayed-on-1773538252662-3af5e91d.png?_wi=1",
|
||||
imageAlt: "Tech startup website redesign",
|
||||
},
|
||||
{
|
||||
@@ -212,7 +212,7 @@ export default function HomePage() {
|
||||
price: "Full Stack Solution",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/e-commerce-platform-interface-showing-pr-1773538256148-9cd5a1e2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/e-commerce-platform-interface-showing-pr-1773538256148-9cd5a1e2.png?_wi=1",
|
||||
imageAlt: "E-commerce platform launch",
|
||||
},
|
||||
{
|
||||
@@ -222,7 +222,7 @@ export default function HomePage() {
|
||||
price: "Custom Integration",
|
||||
rating: 5,
|
||||
reviewCount: "9",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/enterprise-portal-system-showing-complex-1773538252644-495614f2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/enterprise-portal-system-showing-complex-1773538252644-495614f2.png?_wi=1",
|
||||
imageAlt: "Enterprise portal interface",
|
||||
},
|
||||
]}
|
||||
@@ -366,7 +366,7 @@ export default function HomePage() {
|
||||
rows: 5,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/friendly-professional-team-meeting-scene-1773538252552-a0e00322.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/friendly-professional-team-meeting-scene-1773538252552-a0e00322.png?_wi=1"
|
||||
imageAlt="Contact us illustration"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -88,7 +88,7 @@ export default function PortfolioPage() {
|
||||
price: "Design + Development",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-tech-startup-website-displayed-on-1773538252662-3af5e91d.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-tech-startup-website-displayed-on-1773538252662-3af5e91d.png?_wi=2",
|
||||
imageAlt: "Tech startup website redesign",
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@ export default function PortfolioPage() {
|
||||
price: "Full Stack Solution",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/e-commerce-platform-interface-showing-pr-1773538256148-9cd5a1e2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/e-commerce-platform-interface-showing-pr-1773538256148-9cd5a1e2.png?_wi=2",
|
||||
imageAlt: "E-commerce platform launch",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function PortfolioPage() {
|
||||
price: "Custom Integration",
|
||||
rating: 5,
|
||||
reviewCount: "9",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/enterprise-portal-system-showing-complex-1773538252644-495614f2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/enterprise-portal-system-showing-complex-1773538252644-495614f2.png?_wi=2",
|
||||
imageAlt: "Enterprise portal interface",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -85,42 +85,42 @@ export default function ServicesPage() {
|
||||
id: "web-design",
|
||||
title: "Web Design & UX",
|
||||
description: "Creating beautiful, intuitive interfaces that engage users and drive conversions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/beautiful-user-interface-design-mockup-s-1773538252908-23246780.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/beautiful-user-interface-design-mockup-s-1773538252908-23246780.png?_wi=3",
|
||||
imageAlt: "Web design interface mockup",
|
||||
},
|
||||
{
|
||||
id: "web-development",
|
||||
title: "Web Development",
|
||||
description: "Building robust, scalable websites with modern technologies and best practices.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/developer-programming-on-laptop-with-cod-1773538252856-05d723eb.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/developer-programming-on-laptop-with-cod-1773538252856-05d723eb.png?_wi=2",
|
||||
imageAlt: "Developer coding on modern website",
|
||||
},
|
||||
{
|
||||
id: "brand-strategy",
|
||||
title: "Brand Strategy",
|
||||
description: "Developing cohesive brand identities that resonate with your target audience.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/brand-identity-design-presentation-featu-1773538252833-8af035e4.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/brand-identity-design-presentation-featu-1773538252833-8af035e4.png?_wi=2",
|
||||
imageAlt: "Brand strategy planning session",
|
||||
},
|
||||
{
|
||||
id: "ecommerce",
|
||||
title: "E-commerce Solutions",
|
||||
description: "Designing powerful online stores that maximize sales and customer satisfaction.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/e-commerce-platform-dashboard-showing-pr-1773538252679-26a3fc44.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/e-commerce-platform-dashboard-showing-pr-1773538252679-26a3fc44.png?_wi=2",
|
||||
imageAlt: "E-commerce platform dashboard",
|
||||
},
|
||||
{
|
||||
id: "seo-optimization",
|
||||
title: "SEO Optimization",
|
||||
description: "Optimizing your website for search engines to increase visibility and organic traffic.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/seo-analytics-dashboard-displaying-searc-1773538253193-17b3ce70.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/seo-analytics-dashboard-displaying-searc-1773538253193-17b3ce70.png?_wi=2",
|
||||
imageAlt: "Search engine optimization analytics",
|
||||
},
|
||||
{
|
||||
id: "digital-marketing",
|
||||
title: "Digital Marketing",
|
||||
description: "Integrated campaigns that amplify your brand message and reach your audience.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/digital-marketing-strategy-dashboard-sho-1773538253469-c3a5a76c.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/digital-marketing-strategy-dashboard-sho-1773538253469-c3a5a76c.png?_wi=2",
|
||||
imageAlt: "Digital marketing strategy dashboard",
|
||||
},
|
||||
]}
|
||||
@@ -160,7 +160,7 @@ export default function ServicesPage() {
|
||||
rows: 5,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/friendly-professional-team-meeting-scene-1773538252552-a0e00322.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/friendly-professional-team-meeting-scene-1773538252552-a0e00322.png?_wi=2"
|
||||
imageAlt="Contact us illustration"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user