Update src/app/page.tsx
This commit is contained in:
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
{ name: "İletişim", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Şimdi Sipariş Ver"
|
||||
text: "Şimdi Sipariş Ver", href: "#full-menu" // Made functional by linking to the full menu section
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -193,4 +193,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user