6 Commits

Author SHA1 Message Date
0f56535796 Merge version_3 into main
Merge version_3 into main
2026-03-09 17:01:52 +00:00
e66eb23140 Update src/app/page.tsx 2026-03-09 17:01:48 +00:00
345f336f89 Merge version_2 into main
Merge version_2 into main
2026-03-09 14:21:50 +00:00
40ea4c6bb2 Update src/app/page.tsx 2026-03-09 14:21:45 +00:00
5fe61d4a66 Update src/app/layout.tsx 2026-03-09 14:21:44 +00:00
6a86f7594b Merge version_1 into main
Merge version_1 into main
2026-03-09 13:33:59 +00:00
2 changed files with 8 additions and 38 deletions

View File

@@ -1,49 +1,20 @@
import type { Metadata } from "next";
import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Bespoke Web Design for Small & Mid-Sized Businesses | Web Ready", description: "Custom websites designed to convert. Web Ready builds high-performance landing pages for Brighton-based small to mid-sized businesses. No templates, no overhead.", keywords: "web design Brighton, custom website design, landing page design, small business websites, web design services", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Bespoke Websites That Connect You to Customers", description: "Custom web design for small and mid-sized businesses. No templates, personal service, proven results.", type: "website", siteName: "Web Ready", images: [
{
url: "http://img.b2bpic.net/free-photo/old-person-learning-use-technology_23-2149366891.jpg", alt: "Web Ready - Custom Website Design"},
],
},
twitter: {
card: "summary_large_image", title: "Bespoke Websites That Connect You to Customers", description: "Custom web design by Ben Wickham. No templates, just results.", images: [
"http://img.b2bpic.net/free-photo/old-person-learning-use-technology_23-2149366891.jpg"],
},
};
title: "Web Ready - Custom Landing Pages & Websites", description: "Custom landing pages designed to connect you to customers. Custom websites for small and mid-sized businesses."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${dmSans.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>
);
}

View File

@@ -46,12 +46,12 @@ export default function LandingPage() {
logoText="WEB READY"
description="Custom landing pages designed to connect you to customers. From hobby passion to fulltime mission—we help you stand out online."
buttons={[
{ text: "Start Your Project", href: "#contact" },
{ text: "Get Your Free Consultation", href: "#contact" },
{ text: "See Our Work", href: "#portfolio" },
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/old-person-learning-use-technology_23-2149366891.jpg", imageAlt: "Modern web design workspace"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6SMorm0otJoZDAP87EsGw3cS/uploaded-1773075657946-ktu4vby8.png", imageAlt: "Web Ready Logo"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/travel-adventure-landing-page-template_1361-896.jpg", imageAlt: "Custom website design showcase"