From 163845a124c90b5636d5483795323a4c18cc9d57 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:04:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96d475a..c51f15a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { MessageCircle, Sparkles } from "lucide-react"; +import Image from "next/image"; export default function LandingPage() { return ( @@ -35,6 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} brandName="VVIP Bottle Service SA" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am217s0U54LhAjv0d6uQwwUgIU/uploaded-1773183850164-ypgysu42.png" bottomLeftText="Johannesburg, South Africa" bottomRightText="hello@vvipbottle.co.za" /> -- 2.49.1