|
|
|
|
@@ -2,10 +2,10 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
|
|
|
|
id: "f1", title: "Premium Materials", description: "Ethically sourced fabrics designed for comfort and durability.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-textured-blue-item_23-2149672986.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "f2", title: "Swift Delivery", description: "Your new favorite dress shipped with care and speed.", tag: "Shipping", imageSrc: "http://img.b2bpic.net/free-photo/set-present-boxes-wraps-with-twigs-tag_23-2147969873.jpg"
|
|
|
|
|
id: "f2", title: "Swift Delivery", description: "Your new favorite dress shipped with care and speed.", tag: "Shipping", imageSrc: "http://img.b2bpic.net/free-photo/set-present-boxes-wraps-with-twigs-_23-2147969873.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "f3", title: "Style Consultation", description: "Personalized style advice for any occasion.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-woman-looking-dress_1170-810.jpg"
|
|
|
|
|
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqBase
|
|
|
|
|
<FaqSplitMedia
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqs={[
|
|
|
|
|
@@ -127,6 +127,7 @@ export default function LandingPage() {
|
|
|
|
|
{ id: "q2", title: "What is your return policy?", content: "We offer a 30-day return policy for unworn items with tags attached." },
|
|
|
|
|
{ id: "q3", title: "Do you ship internationally?", content: "Yes, we ship globally using DHL and FedEx for reliable international delivery." },
|
|
|
|
|
]}
|
|
|
|
|
buttons={[{ text: "Contact Support", href: "#contact" }]}
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Find answers to common questions about your shopping experience."
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
@@ -134,21 +135,21 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplit
|
|
|
|
|
tag="Reach Out"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
title="Get in Touch"
|
|
|
|
|
description="Have questions about a style or size? Send us a message."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861918.jpg"
|
|
|
|
|
<ContactText
|
|
|
|
|
text="Ready to elevate your style? Contact us for personalized recommendations."
|
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoReveal
|
|
|
|
|
logoText="Gallery of Tints"
|
|
|
|
|
leftLink={{ text: "© 2025 Gallery of Tints", href: "#" }}
|
|
|
|
|
rightLink={{ text: "Privacy Policy", href: "#" }}
|
|
|
|
|
<FooterSimple
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Gallery of Tints", items: [{ label: "About" }, { label: "Shop" }] },
|
|
|
|
|
{ title: "Support", items: [{ label: "FAQ" }, { label: "Contact" }] }
|
|
|
|
|
]}
|
|
|
|
|
bottomLeftText="© 2025 Gallery of Tints"
|
|
|
|
|
bottomRightText="Privacy Policy"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|