Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b604c2e36b | |||
| 01377e5fa3 | |||
| 9485e43e20 | |||
| e95bc978e0 |
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
brandName="K&K Seafood"
|
brandName="K&K Seafood"
|
||||||
button={{
|
button={{
|
||||||
text: "Call Now", href: "tel:1234567890"}}
|
text: "Call Now", href: "tel:0478298982"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
tag="North Brisbane's Finest"
|
tag="North Brisbane's Finest"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Menu", href: "#menu" },
|
{ text: "View Menu", href: "#menu" },
|
||||||
{ text: "Call Now", href: "tel:1234567890" },
|
{ text: "Call Now", href: "tel:0478298982" },
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -87,7 +87,10 @@ export default function LandingPage() {
|
|||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Call to Order", href: "tel:0478298982" }
|
||||||
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
@@ -158,7 +161,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Get In Touch"
|
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={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||||
{ name: "email", type: "email", placeholder: "Email Address" },
|
{ name: "email", type: "email", placeholder: "Email Address" },
|
||||||
@@ -177,4 +180,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user