|
|
|
|
@@ -2,10 +2,10 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
|
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
@@ -25,7 +25,7 @@ export default function LandingPage() {
|
|
|
|
|
cardStyle="solid"
|
|
|
|
|
primaryButtonStyle="primary-glow"
|
|
|
|
|
secondaryButtonStyle="radial-glow"
|
|
|
|
|
headingFontWeight="light"
|
|
|
|
|
headingFontWeight="normal"
|
|
|
|
|
>
|
|
|
|
|
<ReactLenis root>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
@@ -197,7 +197,7 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitMedia
|
|
|
|
|
<FaqSplitText
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqs={[
|
|
|
|
|
@@ -214,32 +214,31 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
id: "q6", title: "Are your products officially sanctioned?", content: "Our products adhere strictly to Masonic traditions and regulations. We pride ourselves on crafting items suitable for all recognized lodges, ensuring authenticity and respect for the craft."},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-scissor-compass-hanging-shelf_181624-21010.jpg"
|
|
|
|
|
imageAlt="masonic lodge library books ancient texts"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Find answers to common questions about our products, ordering process, customization, and more."
|
|
|
|
|
sideTitle="Frequently Asked Questions"
|
|
|
|
|
sideDescription="Find answers to common questions about our products, ordering process, customization, and more."
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
textPosition="left"
|
|
|
|
|
animationType="smooth"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCenter
|
|
|
|
|
<ContactText
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "radial-gradient"}}
|
|
|
|
|
tag="Connect With Us"
|
|
|
|
|
title="Inquire About Custom Orders & Support"
|
|
|
|
|
description="We're here to assist you with any questions, custom requests, or support needs. Reach out to the Summit Masonic Gear team."
|
|
|
|
|
inputPlaceholder="Your Email Address"
|
|
|
|
|
buttonText="Send Inquiry"
|
|
|
|
|
termsText="By clicking Send Inquiry, you agree to our Privacy Policy and Terms of Service."
|
|
|
|
|
text="Inquire About Custom Orders & Support. We're here to assist you with any questions, custom requests, or support needs. Reach out to the Summit Masonic Gear team."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Send Inquiry", href: "#contact"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
animationType="entrance-slide"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBaseReveal
|
|
|
|
|
<FooterBaseCard
|
|
|
|
|
logoText="Summit Masonic Gear"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
|