Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -55,6 +55,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="split"
|
||||
title="Bringing Cool to Rosenberg"
|
||||
description="We pride ourselves on being a community staple. Based in Rosenberg, Iced Out Texas uses authentic techniques to craft premium shaved ice that captures the true essence of a classic treat."
|
||||
@@ -69,6 +70,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -84,6 +86,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Absolutely the highlight of our summer in Rosenberg. Can't get enough of their signature flavors!"
|
||||
rating={5}
|
||||
author="The Miller Family"
|
||||
@@ -95,6 +98,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
title="Serving Up Smiles"
|
||||
@@ -109,6 +113,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you do local events?", content: "Yes! We frequently appear at events throughout the Rosenberg area." },
|
||||
{ id: "f2", title: "Where are you located?", content: "Keep an eye on our social media for our daily truck schedule around town." },
|
||||
@@ -121,6 +126,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Us for Your Event"
|
||||
description="Want Iced Out Texas at your party? Let's make it happen."
|
||||
inputs={[
|
||||
|
||||
Reference in New Issue
Block a user