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", 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 ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);