Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e18ac94832 | |||
| 261bc678b4 | |||
| b53e49500f | |||
| a9f6fd3160 |
@@ -166,18 +166,19 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Book Your Table"
|
title="Book Your Culinary Journey"
|
||||||
description="Secure your spot for an unforgettable dining journey."
|
description="Reserve a table at Sydney Bistro and let us craft an evening to remember."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
},
|
{ name: "guests", type: "number", placeholder: "Number of Guests", required: true },
|
||||||
{
|
{ name: "date", type: "date", placeholder: "Date", required: true }
|
||||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/couple-having-public-intimacy-moments_23-2149459116.jpg"
|
textarea={{ name: "requests", placeholder: "Dietary requirements or special requests?" }}
|
||||||
imageAlt="restaurant interior bar counter lighting"
|
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-gourmet-meal_23-2148738363.jpg"
|
||||||
|
imageAlt="restaurant interior and fine dining table setup"
|
||||||
|
buttonText="Confirm Reservation"
|
||||||
|
onSubmit={(data) => console.log("Booking submitted:", data)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -187,23 +188,28 @@ export default function LandingPage() {
|
|||||||
logoText="Sydney Bistro"
|
logoText="Sydney Bistro"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation", items: [
|
title: "Contact", items: [
|
||||||
{
|
{ label: "123 Harbour St, Sydney", href: "#" },
|
||||||
label: "Menu", href: "#menu"},
|
{ label: "(02) 5550 1234", href: "tel:0255501234" }
|
||||||
{
|
],
|
||||||
label: "About", href: "#about"},
|
},
|
||||||
|
{
|
||||||
|
title: "Opening Hours", items: [
|
||||||
|
{ label: "Mon-Fri: 5pm-11pm", href: "#" },
|
||||||
|
{ label: "Sat-Sun: 12pm-11pm", href: "#" }
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Legal", items: [
|
||||||
{
|
{ label: "Privacy Policy", href: "#" },
|
||||||
label: "Privacy Policy", href: "#"},
|
{ label: "Terms of Service", href: "#" }
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
copyrightText="© 2025 | Sydney Bistro. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #000000;
|
||||||
--card: #f9f9f9;
|
--card: #1a1a1a;
|
||||||
--foreground: #000f06e6;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #0a7039;
|
--primary-cta: #106EFB;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #000000;
|
||||||
--secondary-cta-text: #000f06e6;
|
--secondary-cta-text: #000f06e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #fde047;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #106EFB;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user