Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"}}
|
||||
|
||||
Reference in New Issue
Block a user