diff --git a/src/app/page.tsx b/src/app/page.tsx index fc5d34d..621ec3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -44,12 +44,12 @@ export default function LandingPage() { @@ -163,7 +163,7 @@ export default function LandingPage() { description="Loved by locals in Novi Beograd. Real reviews from satisfied customers who trust us daily." tag="Trusted Local Business" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" testimonials={[ { id: "1", name: "Marija Nikolić", role: "Office Manager", company: "Local Tech Company", rating: 5, @@ -201,7 +201,7 @@ export default function LandingPage() { buttons={[ { text: "See More Reviews", href: "https://www.google.com/search?q=bakery+novi+beograd" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" ariaLabel="Testimonials section with customer reviews and ratings" />