2 Commits

Author SHA1 Message Date
9485e43e20 Update src/app/page.tsx 2026-04-22 21:37:53 +00:00
e95bc978e0 Merge version_1 into main
Merge version_1 into main
2026-04-22 21:35:30 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
]}
brandName="K&K Seafood"
button={{
text: "Call Now", href: "tel:1234567890"}}
text: "Call Now", href: "tel:0478298982"}}
/>
</div>
@@ -49,7 +49,7 @@ export default function LandingPage() {
tag="North Brisbane's Finest"
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Call Now", href: "tel:1234567890" },
{ text: "Call Now", href: "tel:0478298982" },
]}
mediaItems={[
{
@@ -158,7 +158,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Get In Touch"
description="Call us to order or visit the shop for the best seafood in Brisbane."
description="Visit us at 6/161 Station Rd, Burpengary QLD 4505 or call 0478 298 982. Open everyday from 11am to 7:30pm."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Email Address" },