3 Commits

Author SHA1 Message Date
64499a8f68 Update src/app/page.tsx 2026-03-04 12:16:12 +00:00
9595a3dac9 Update src/app/layout.tsx 2026-03-04 12:16:11 +00:00
6ca4a2929b Merge version_2 into main
Merge version_2 into main
2026-03-04 12:12:45 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -74,7 +74,7 @@ export default function LandingPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardOne <ProductCardOne
title="Our Featured Menu" 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" tag="Menu Highlights"
tagAnimation="slide-up" tagAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -202,4 +202,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }