Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67c1a9d67e | |||
| c7b69e4a08 | |||
| a945fad63a |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user