Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-07 21:51:59 +00:00

View File

@@ -175,7 +175,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
showRating={true}
animationType="depth-3d"
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahj_local", testimonial: "Best burger in the city and the fries are always fresh cut. I bring my family here every weekend!", rating: 5,
@@ -253,4 +253,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}