Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-10 14:47:12 +00:00

View File

@@ -26,26 +26,16 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Visit Us",
id: "/visit",
},
name: "Visit Us", id: "/visit"},
]}
button={{
text: "Call Now",
href: "tel:8649160692",
}}
text: "Call Now", href: "tel:8649160692"}}
brandName="Carolina Pizza"
/>
</div>
@@ -57,21 +47,13 @@ export default function LandingPage() {
description="Find us at 124 E Main St suite124D, Walhalla, SC 29691. Call us at (864) 916-0692."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
name: "name", type: "text", placeholder: "Your Name"},
{
name: "email",
type: "email",
placeholder: "Your Email",
},
name: "email", type: "email", placeholder: "Your Email"},
]}
textarea={{
name: "message",
placeholder: "Questions or comments?",
}}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-small-business-owner-standing-outdoors_23-2149434499.jpg"
name: "message", placeholder: "Questions or comments?"}}
imageSrc="http://img.b2bpic.net/free-photo/exterior-view-modern-pizza-restaurant-facade_23-2149434499.jpg"
imageAlt="pizzeria storefront main street"
/>
</div>
@@ -84,15 +66,9 @@ export default function LandingPage() {
description="Here is how to navigate your visit."
faqs={[
{
id: "v1",
title: "Is parking available?",
content: "Yes, we have free parking in front of the building.",
},
id: "v1", title: "Is parking available?", content: "Yes, we have free parking in front of the building."},
{
id: "v2",
title: "Is the restaurant accessible?",
content: "Yes, we are ADA compliant and welcoming to all.",
},
id: "v2", title: "Is the restaurant accessible?", content: "Yes, we are ADA compliant and welcoming to all."},
]}
faqsAnimation="slide-up"
/>
@@ -102,13 +78,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Carolina Pizza Co."
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Contact Us",
href: "/visit",
}}
text: "Contact Us", href: "/visit"}}
/>
</div>
</ReactLenis>