8 Commits

Author SHA1 Message Date
ab6f0c9c13 Update src/app/page.tsx 2026-04-22 06:19:18 +00:00
21037a1586 Merge version_3 into main
Merge version_3 into main
2026-04-22 06:17:57 +00:00
1d69543deb Update src/app/page.tsx 2026-04-22 06:17:51 +00:00
b9254bcd71 Merge version_3 into main
Merge version_3 into main
2026-04-22 06:17:26 +00:00
2060225fe3 Update src/app/styles/variables.css 2026-04-22 06:17:23 +00:00
d297617a87 Update src/app/page.tsx 2026-04-22 06:17:23 +00:00
88d6643560 Merge version_2 into main
Merge version_2 into main
2026-04-22 06:13:48 +00:00
a79bf24358 Merge version_2 into main
Merge version_2 into main
2026-04-22 06:13:19 +00:00
2 changed files with 23 additions and 22 deletions

View File

@@ -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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fdfbf9;
--card: #f5f3f0;
--foreground: #1a1a1a;
--primary-cta: #1a1a1a;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #dfff1c;
--primary-cta-text: #f5f4ef;
--secondary-cta: #fdfbf9;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #2a2928;
--accent: #d1cfcd;
--background-accent: #e8e5e1;
--accent: #8b9a1b;
--background-accent: #5d6b00;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);