Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-04-07 05:53:05 +00:00
parent 4d1f858ad5
commit a5b14ff44e

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
id: "3", name: "Classic Cheeseburger", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-holding-delicious-burgers_23-2149897388.jpg?_wi=2", imageAlt: "Classic Cheeseburger"},
]}
title="Our Signature Menu"
description="Crafted with passion, served with pride. Don't miss our 'Chef's Choice' burger of the month—available for a limited time only!"
description="Crafted with passion, served with pride. Discover your new favorite burger."
/>
</div>
@@ -215,4 +215,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}