From 0770b37d418e37842e1506fe6ee8daad428b035f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:40:50 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 275004c..1f0d73e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,8 +10,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Tanning Packages", href: "/pricing" }, { label: "Memberships", href: "/pricing" }, { label: "Book Now", href: "/booking" }, @@ -19,8 +18,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "FAQs", href: "/" }, @@ -28,8 +26,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com/maps" }, @@ -84,19 +81,11 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 3906413ee93fbf957bc83de30e9e8752b6ee3e86 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:40:51 +0000 Subject: [PATCH 2/7] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 66 +++++++++------------------------------- 1 file changed, 14 insertions(+), 52 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index ba7cecb..cd63708 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -9,8 +9,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function BookingPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Tanning Packages", href: "/pricing" }, { label: "Memberships", href: "/pricing" }, { label: "Book Now", href: "/booking" }, @@ -18,8 +17,7 @@ export default function BookingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "FAQs", href: "/" }, @@ -27,8 +25,7 @@ export default function BookingPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com/maps" }, @@ -67,52 +64,19 @@ export default function BookingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From dd700f376554bb0512382e5aa84a122f036bbe0d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:40:52 +0000 Subject: [PATCH 3/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6e44510..7d24f9e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,8 +9,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function ContactPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Tanning Packages", href: "/pricing" }, { label: "Memberships", href: "/pricing" }, { label: "Book Now", href: "/booking" }, @@ -18,8 +17,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "FAQs", href: "/" }, @@ -27,8 +25,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com/maps" }, @@ -74,9 +71,7 @@ export default function ContactPage() { { name: "subject", type: "text", placeholder: "Subject", required: true }, ]} textarea={{ - name: "message", - placeholder: "Tell us how we can help you...", - rows: 5, + name: "message", placeholder: "Tell us how we can help you...", rows: 5, required: true, }} useInvertedBackground={false} @@ -92,20 +87,11 @@ export default function ContactPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 77ab4ace5d06c0c268ee5140d21829067efa524a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:40:52 +0000 Subject: [PATCH 4/7] Update src/app/layout.tsx --- src/app/layout.tsx | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 92fcc57..8e73641 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,35 +1,23 @@ import type { Metadata } from "next"; -import { Archivo } from "next/font/google"; +import { Great_Vibes } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const archivo = Archivo({ - variable: "--font-archivo", - subsets: ["latin"], +const greatVibes = Great_Vibes({ + variable: "--font-great-vibes", subsets: ["latin"], + weight: ["400"], }); export const metadata: Metadata = { - title: "Tan'd Redditch | Premium Sunbeds & Professional Tanning Salon", - description: "Premier tanning salon in Redditch featuring state-of-the-art sunbeds, professional staff, and flexible packages. Book your flawless tan today. Safe, hygienic, luxurious.", - keywords: "sunbeds Redditch, tanning salon Redditch, professional tanning, sunbed tanning, tan salon UK, luxury tanning", - openGraph: { - title: "Tan'd Redditch | Premium Tanning Salon", - description: "Experience luxury tanning with state-of-the-art sunbeds. Professional service, flawless results. Book now in Redditch.", - siteName: "Tan'd Redditch", - type: "website", - images: [ + title: "Tan'd Redditch | Premium Sunbeds & Professional Tanning Salon", description: "Premier tanning salon in Redditch featuring state-of-the-art sunbeds, professional staff, and flexible packages. Book your flawless tan today. Safe, hygienic, luxurious.", keywords: "sunbeds Redditch, tanning salon Redditch, professional tanning, sunbed tanning, tan salon UK, luxury tanning", openGraph: { + title: "Tan'd Redditch | Premium Tanning Salon", description: "Experience luxury tanning with state-of-the-art sunbeds. Professional service, flawless results. Book now in Redditch.", siteName: "Tan'd Redditch", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/young-woman-getting-tan-solarium_1303-27774.jpg", - alt: "Tan'd Redditch luxury sunbed salon", - }, + url: "http://img.b2bpic.net/free-photo/young-woman-getting-tan-solarium_1303-27774.jpg", alt: "Tan'd Redditch luxury sunbed salon"}, ], }, twitter: { - card: "summary_large_image", - title: "Tan'd Redditch | Premium Tanning Salon", - description: "Premium sunbeds. Professional service. Flawless results.", - images: ["http://img.b2bpic.net/free-photo/young-woman-getting-tan-solarium_1303-27774.jpg"], + card: "summary_large_image", title: "Tan'd Redditch | Premium Tanning Salon", description: "Premium sunbeds. Professional service. Flawless results.", images: ["http://img.b2bpic.net/free-photo/young-woman-getting-tan-solarium_1303-27774.jpg"], }, robots: { index: true, @@ -45,7 +33,7 @@ export default function RootLayout({ return ( - + {children} @@ -1419,4 +1407,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 4dd96534def4f23f22bfa38b2877c3f8268f762c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:40:53 +0000 Subject: [PATCH 5/7] Update src/app/page.tsx --- src/app/page.tsx | 106 ++++++++++------------------------------------- 1 file changed, 21 insertions(+), 85 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e156ae..67cd93e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,8 +21,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Tanning Packages", href: "/pricing" }, { label: "Memberships", href: "/pricing" }, { label: "Book Now", href: "/booking" }, @@ -30,8 +29,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "FAQs", href: "/" }, @@ -39,8 +37,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com/maps" }, @@ -96,21 +93,11 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1 From 03016f539e1e350153057230ef5f4f76ff76ceea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:40:54 +0000 Subject: [PATCH 6/7] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 74 ++++++++-------------------------------- 1 file changed, 15 insertions(+), 59 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 24a764b..be8ee22 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -9,8 +9,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function PricingPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Tanning Packages", href: "/pricing" }, { label: "Memberships", href: "/pricing" }, { label: "Book Now", href: "/booking" }, @@ -18,8 +17,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "FAQs", href: "/" }, @@ -27,8 +25,7 @@ export default function PricingPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com/maps" }, @@ -67,52 +64,19 @@ export default function PricingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From de055de2cd440d376e081f92e7251a6a3fb60cbd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:40:54 +0000 Subject: [PATCH 7/7] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 0435273..c6e7a79 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-archivo), sans-serif; + font-family: var(--font-great-vibes), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-archivo), sans-serif; + font-family: var(--font-great-vibes), sans-serif; } -- 2.49.1