3 Commits

Author SHA1 Message Date
67c1a9d67e Update src/app/page.tsx 2026-06-08 09:56:11 +00:00
c7b69e4a08 Update src/app/page.tsx 2026-06-08 09:55:31 +00:00
a945fad63a Merge version_2 into main
Merge version_2 into main
2026-06-08 09:45:27 +00:00

View File

@@ -136,7 +136,7 @@ export default function LandingPage() {
{
id: "chicken-skewer", name: "Chicken Skewer", price: "Starting from $24", imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-onion-sauce_140725-1732.jpg", imageAlt: "Grilled Chicken Skewers with Swiss Butter sauce"},
{
id: "salmon-steak", name: "Salmon Steak", price: "Starting from $29", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-cucumber-cherry-tomato-lettuce-olive_140725-1610.jpg", imageAlt: "Grilled Salmon Steak with Swiss Butter sauce"},
id: "salmon-steak", name: "Salmon Steak", price: "Starting from $29", imageAlt: "Grilled Salmon Steak with Swiss Butter sauce", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-cucumber-cherry-tomato-lettuce-olive_140725-1610.jpg"}
]}
title="Our Signature Dishes"
description="Each dish is meticulously prepared and smothered in our iconic secret Swiss Butter sauce, served with a mesclun salad, white or brown baguette, chili flakes, and your choice of fries or baked potato."
@@ -284,4 +284,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}