Update src/app/page.tsx

This commit is contained in:
2026-03-04 12:09:33 +00:00
parent 5148667fcf
commit 17fc0827e3

View File

@@ -135,14 +135,14 @@ export default function LandingPage() {
<div id="socialproof" data-section="socialproof">
<SocialProofOne
title="Trusted by Connoisseurs"
description="Partnered with the finest food and beverage suppliers across South Africa and internationally"
tag="Premium Partners"
description="Award-winning excellence and industry recognition for fine dining"
tag="Premium Recognition"
tagIcon={Award}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
names={[
"Groot Constantia", "Spice Route Pinotage", "Delaire Graff", "Pongracz Champagne", "Premium Local Suppliers", "Hennessy Cognac", "Macallan Whisky"
"Best Grill Room 2024", "Michelin Recommended", "Wine Spectator Award", "Fine Dining Excellence Award", "Best Steakhouse South Africa 2024", "Premium Wine Collection Award", "Restaurant of the Year"
]}
speed={40}
showCard={true}
@@ -242,4 +242,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}