9 Commits

Author SHA1 Message Date
874de9d7b3 Merge version_5 into main
Merge version_5 into main
2026-04-22 23:31:52 +00:00
074d3de175 Update theme colors 2026-04-22 23:31:48 +00:00
c5137b787f Merge version_4 into main
Merge version_4 into main
2026-04-22 21:39:08 +00:00
788ef1ffce Update src/app/page.tsx 2026-04-22 21:39:02 +00:00
2014568710 Merge version_3 into main
Merge version_3 into main
2026-04-22 21:38:46 +00:00
b604c2e36b Update src/app/page.tsx 2026-04-22 21:38:43 +00:00
01377e5fa3 Merge version_2 into main
Merge version_2 into main
2026-04-22 21:37:57 +00:00
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
2 changed files with 10 additions and 5 deletions

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={[
{
@@ -87,7 +87,10 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
buttons={[
{ text: "Call to Order", href: "tel:0478298982" }
]}
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
@@ -103,6 +106,8 @@ export default function LandingPage() {
]}
title="Full Menu"
description="Choose from our selection of fresh classics."
textBoxButtonContainerClassName="!flex !flex-col !gap-3"
textBoxButtonClassName="!bg-primary !px-8 !py-4 !rounded-full !font-bold !text-lg !shadow-lg hover:!scale-105 !transition-transform"
/>
</div>
@@ -158,7 +163,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" },

View File

@@ -15,7 +15,7 @@
--foreground: #000612;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #FFD700;
--secondary-cta: #ffba00;
--secondary-cta-text: #000612;
--accent: #15479c;
--background-accent: #f5f5f5;