From 12ef278b22caaebaf3914ae06984656f2d342913 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 07:20:31 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 88368d3..f4f0a59 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Mulish } from "next/font/google"; export const metadata: Metadata = { - title: 'Juraya Guest House | Your Perfect Getaway', - description: 'Experience unparalleled comfort and warm hospitality at Juraya Guest House. Book your tranquil escape with spacious rooms, modern amenities, and personalized service.', + title: 'Hampton House Guest House | Pretoria, South Africa', + description: 'Experience unparalleled comfort and warm South African hospitality at Hampton House Guest House, located at 95 Durham Rd, Clubview, Pretoria, 0014. Book your tranquil escape with luxurious rooms, modern amenities, and personalized service.', keywords: ["guest house, hotel, accommodation, vacation rental, peaceful retreat, comfortable stay, Juraya, booking, luxury rooms"], openGraph: { "title": "Juraya Guest House | Your Perfect Getaway", -- 2.49.1 From 4943de98240857d4ad820dc02fa16e0ee91141c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 07:20:31 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 849 ++++++++++++++++++----------------------------- 1 file changed, 325 insertions(+), 524 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c714829..90e9c9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,547 +2,348 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import HeroCentered from "@/components/sections/hero/HeroCentered"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; +import ProductCardThree from "@/components/sections/product/ProductCardThree"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import { DollarSign, Home, Star, Users } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1