11 Commits

Author SHA1 Message Date
2ac437fabd Update src/app/page.tsx 2026-03-03 09:27:17 +00:00
cca43078c2 Merge version_3 into main
Merge version_3 into main
2026-03-03 09:13:53 +00:00
b3d97ca7a8 Update src/app/page.tsx 2026-03-03 09:13:46 +00:00
50ba8a0955 Update src/app/layout.tsx 2026-03-03 09:13:45 +00:00
77c452dce3 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:01:40 +00:00
0077da6a82 Update src/app/page.tsx 2026-03-03 09:01:34 +00:00
1be814d303 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:00:48 +00:00
7f5345e2a4 Update src/app/page.tsx 2026-03-03 09:00:42 +00:00
7a5a4c947e Merge version_1 into main
Merge version_1 into main
2026-03-03 08:59:34 +00:00
92eb629b85 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:57:04 +00:00
67f8b31ef0 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:54:42 +00:00
2 changed files with 19 additions and 16 deletions

View File

@@ -22,25 +22,28 @@ const inter = Inter({
export const metadata: Metadata = {
title: "O'Brien Digital | Web Design & Development Agency", description: "Transform your vision into digital reality with O'Brien Digital. Award-winning web design, development, and optimization services for businesses worldwide.", keywords: "web design, web development, digital agency, website design, UI/UX design, SEO, e-commerce", metadataBase: new URL("https://obrien-digital.com"),
alternates: {
canonical: "https://obrien-digital.com"},
canonical: "https://obrien-digital.com"
},
openGraph: {
title: "O'Brien Digital | Web Design Agency", description: "Professional web design and development services that drive business growth.", url: "https://obrien-digital.com", siteName: "O'Brien Digital", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQbrvOQOj3xRs6pIZWDrpcpNiK/a-modern-web-design-studio-workspace-sho-1772528031183-8e7509c6.png", alt: "A modern web design studio workspace showing multiple screens with beautiful website designs and dig"},
],
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQbrvOQOj3xRs6pIZWDrpcpNiK/a-modern-web-design-studio-workspace-sho-1772528031183-8e7509c6.png", alt: "A modern web design studio workspace showing multiple screens with beautiful website designs and dig"
}
]
},
twitter: {
card: "summary_large_image", title: "O'Brien Digital | Web Design Agency", description: "Stunning websites that drive business growth. Award-winning web design and development.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQbrvOQOj3xRs6pIZWDrpcpNiK/a-modern-web-design-studio-workspace-sho-1772528031183-8e7509c6.png"],
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQbrvOQOj3xRs6pIZWDrpcpNiK/a-modern-web-design-studio-workspace-sho-1772528031183-8e7509c6.png"
]
},
robots: {
index: true,
follow: true,
},
follow: true
}
};
export default function RootLayout({
children,
children
}: Readonly<{
children: React.ReactNode;
}>) {

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
mediaAnimation="blur-reveal"
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Start Your Project", href: "contact" },
{ text: "Get a Free Consultation", href: "contact" },
{ text: "View Our Work", href: "work" },
]}
buttonAnimation="slide-up"
@@ -122,13 +122,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Responsive Design", description: "Beautiful websites that work flawlessly across all devices and screen sizes", bentoComponent: "globe"
title: "Responsive Design", description: "Reach 95%+ of your audience across all devices. Beautiful websites that work flawlessly across all screen sizes and platforms.", bentoComponent: "globe"
},
{
title: "Performance Optimization", description: "Lightning-fast loading speeds and optimized performance for better user experience", bentoComponent: "animated-bar-chart"
title: "Performance Optimization", description: "Cut load times by 50%+. Lightning-fast loading speeds and optimized performance for better user experience and higher conversions.", bentoComponent: "animated-bar-chart"
},
{
title: "UX/UI Design", description: "Intuitive interfaces and delightful user experiences that keep visitors engaged", bentoComponent: "3d-stack-cards", items: [
title: "UX/UI Design", description: "Increase engagement by up to 80%. Intuitive interfaces and delightful user experiences that keep visitors engaged and coming back.", bentoComponent: "3d-stack-cards", items: [
{
icon: PenTool,
title: "Visual Design", subtitle: "Creative Excellence", detail: "Stunning aesthetics"
@@ -141,17 +141,17 @@ export default function LandingPage() {
icon: Gauge,
title: "Performance", subtitle: "Speed & Efficiency", detail: "Optimized for all"
},
],
]
},
{
title: "SEO Optimization", description: "Strategic SEO implementation to boost visibility and organic search rankings", bentoComponent: "line-chart"
title: "SEO Optimization", description: "Boost visibility and rank faster. Strategic SEO implementation to drive organic search traffic and increase qualified leads.", bentoComponent: "line-chart"
},
{
title: "E-commerce Solutions", description: "Powerful online stores that convert visitors into customers effortlessly", bentoComponent: "icon-info-cards", items: [
title: "E-commerce Solutions", description: "Turn browsers into buyers. Powerful online stores that convert visitors into customers with seamless checkout experiences.", bentoComponent: "icon-info-cards", items: [
{ icon: ShoppingCart, label: "Shopping", value: "Enabled" },
{ icon: Lock, label: "Secure", value: "Protected" },
{ icon: TrendingUp, label: "Growth", value: "Focused" },
],
]
},
]}
carouselMode="buttons"
@@ -240,7 +240,7 @@ export default function LandingPage() {
animationType="background-highlight"
buttons={[
{ text: "Get Started Today", href: "https://calendly.com/contact" },
{ text: "Schedule a Consultation" },
{ text: "Schedule a Consultation", href: "https://calendly.com/contact" },
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}