From 68af761a7df81cb7c7409f623b1c125984a4235c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:08:42 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 85a3656..70e14b1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,8 @@ const poppins = Poppins({ }); export const metadata: Metadata = { - title: "Fool's Gold Social Bar | Premium Cocktails & Social Venue in Stellenbosch", description: "Experience Stellenbosch's hidden gem for craft cocktails, gourmet food, and vibrant atmosphere. Open until 3 AM daily. Reserve your table today."}; + title: "Fool's Gold Social Bar | Premium Cocktails & Social Venue in Stellenbosch", description: "Experience Stellenbosch's hidden gem for craft cocktails, gourmet food, and vibrant atmosphere. Open until 3 AM daily. Reserve your table today." +}; export default function RootLayout({ children, @@ -17,7 +18,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children} -- 2.49.1 From 79a3ab27bb7dd68d05c3df9b76ba76df97738dea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:08:43 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 42 ++++++++---------------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17c42ea..e053661 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; @@ -41,7 +41,7 @@ export default function LandingPage() {
-
@@ -94,7 +68,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Reserve Now", href: "contact" }, - { text: "Follow on Instagram", href: "https://instagram.com" } + { text: "Follow on Instagram", href: "https://www.instagram.com/foolsgoldsocial/" } ]} buttonAnimation="slide-up" showBorder={true} @@ -264,7 +238,7 @@ export default function LandingPage() { }, { title: "Follow Us", items: [ - { label: "Instagram", href: "https://instagram.com" }, + { label: "Instagram", href: "https://www.instagram.com/foolsgoldsocial/" }, { label: "Facebook", href: "https://facebook.com" }, { label: "WhatsApp", href: "https://wa.me/27218877539" } ] -- 2.49.1