Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-06-10 07:52:11 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ export default function ContactPage() {
{ name: "Features", id: "#features" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", href: "/contact" }
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Order Now", href: "/contact" }}
brandName="Yummy Treat Cafe"
@@ -46,6 +46,7 @@ export default function ContactPage() {
buttonText="Submit Message"
onSubmit={(data) => console.log('Form submitted:', data)}
centered={true}
useInvertedBackground={false}
/>
</div>

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
{
name: "FAQ", id: "#faq"},
{
name: "Contact", href: "/contact"},
name: "Contact", id: "/contact"},
]}
button={{
text: "Order Now", href: "/contact"}}