3 Commits

Author SHA1 Message Date
73c2e79f50 Update src/app/page.tsx 2026-04-17 22:07:41 +00:00
f6e4df14e7 Update src/app/page.tsx 2026-04-17 22:02:12 +00:00
17b5d5f924 Merge version_7 into main
Merge version_7 into main
2026-04-17 22:00:31 +00:00

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
description="We took a mechanics garage and turned it into the citys most authentic food destination. Every corner is built on the foundation of grit, flavor, and an atmosphere meant for long nights and big appetites."
subdescription="A place for those who appreciate good food, great beer, and zero nonsense."
icon={Wrench}
imageSrc="https://img.freepik.com/free-photo/interior-view-industrial-style-restaurant_1134-972.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVDvklutwTVDj0wooFCOAofqIv/uploaded-1776463638374-90jtvc7z.png"
mediaAnimation="slide-up"
/>
</div>
@@ -174,9 +174,9 @@ export default function LandingPage() {
description="Don't miss out on the best bite in the garage. Secure your spot now."
buttons={[
{
text: "Order Online", href: "#"},
text: "Get Takeout", href: "#"},
{
text: "Reserve Now", href: "#"},
text: "Book Your Table", href: "#"},
]}
/>
</div>
@@ -214,4 +214,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}