Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -56,6 +56,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Friendly Service & Smoked Perfection"
|
||||
description={[
|
||||
"Born and raised in Texas, we bring the best brisket, ribs, and sausage right to Fulshear. Our food truck atmosphere makes every meal feel like a backyard cookout.", "Stop by and enjoy the smoky goodness and the warmest service in town."
|
||||
@@ -65,6 +66,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -81,6 +83,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Quality Smoked Daily"
|
||||
tag="Fulshear's Finest"
|
||||
metrics={[
|
||||
@@ -113,6 +116,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="split"
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you sell out?", content: "We do! We smoke fresh meat daily until it's gone." },
|
||||
@@ -121,11 +125,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Got Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
description="Frequently Asked Questions"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch"
|
||||
description="Want to host a party or find our truck? Drop us a line!"
|
||||
inputs={[
|
||||
@@ -137,6 +143,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
videoSrc="https://player.vimeo.com/external/494056230.sd.mp4?s=f52864147050901e149174f88e7b165582f06b65&profile_id=165"
|
||||
logoText="Top Notch BBQ"
|
||||
columns={[
|
||||
{ title: "Visit", items: [{ label: "Fulshear, TX", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user