Update src/app/page.tsx

This commit is contained in:
2026-03-15 16:29:47 +00:00
parent 9e31a4fb45
commit a81bf8725f

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="mediumLarge" sizing="mediumLarge"
background="fluid" background="circleGradient"
cardStyle="inset" cardStyle="inset"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -78,6 +78,7 @@ export default function LandingPage() {
title="People Can't Stop Talking About Our Burgers" title="People Can't Stop Talking About Our Burgers"
description="Trusted by food lovers across Dar Bouazza and Casablanca. Join hundreds of satisfied customers." description="Trusted by food lovers across Dar Bouazza and Casablanca. Join hundreds of satisfied customers."
names={["Google Reviews", "Local Favorites", "Best of Dar Bouazza", "Food Community", "Customer Approved", "Top Rated", "Highly Recommended"]} names={["Google Reviews", "Local Favorites", "Best of Dar Bouazza", "Food Community", "Customer Approved", "Top Rated", "Highly Recommended"]}
textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
/> />
</div> </div>