Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 12:16:19 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -74,7 +74,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
title="Our Featured Menu"
description="Discover KFC's most popular and beloved menu items. Each piece is hand-crafted to perfection with our secret recipe."
description="Browse our top sellers and find your favorite. Fast pickup or delivery available."
tag="Menu Highlights"
tagAnimation="slide-up"
textboxLayout="default"
@@ -202,4 +202,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}