1 Commits

Author SHA1 Message Date
a493f042f9 Update src/app/page.tsx 2026-05-26 12:11:55 +00:00
3 changed files with 18 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
@@ -182,27 +182,20 @@ export default function LandingPage() {
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitMedia <FaqBase
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "faq-1", title: "What are Amaya Fashion's shipping options and delivery times?", content: "We offer standard and expedited shipping worldwide. Delivery times vary based on location, typically 5-7 business days for standard and 2-3 for expedited." id: "faq-1", title: "What are Amaya Fashion's shipping options and delivery times?", content: "We offer standard and expedited shipping worldwide. Delivery times vary based on location, typically 5-7 business days for standard and 2-3 for expedited."},
},
{ {
id: "faq-2", title: "What is your return and exchange policy?", content: "Amaya Fashion accepts returns and exchanges within 30 days of purchase, provided items are unworn, unwashed, and with all original tags attached. Custom pieces are final sale." id: "faq-2", title: "What is your return and exchange policy?", content: "Amaya Fashion accepts returns and exchanges within 30 days of purchase, provided items are unworn, unwashed, and with all original tags attached. Custom pieces are final sale."},
},
{ {
id: "faq-3", title: "Do you offer custom sizing or bespoke services?", content: "Yes, we offer bespoke tailoring for select collections. Please contact our customer service to schedule a consultation and discuss your custom design needs." id: "faq-3", title: "Do you offer custom sizing or bespoke services?", content: "Yes, we offer bespoke tailoring for select collections. Please contact our customer service to schedule a consultation and discuss your custom design needs."},
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find answers to common questions about our products, orders, and services." description="Find answers to common questions about our products, orders, and services."
faqsAnimation="slide-up" faqsAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGFueUipVdWHUHr9azAzqCLyXC/uploaded-1779797692182-oqg481ec.jpg"
imageAlt="Woman in traditional Indian attire"
mediaAnimation="slide-up"
mediaPosition="left"
/> />
</div> </div>
@@ -214,8 +207,8 @@ export default function LandingPage() {
tag="Get in Touch" tag="Get in Touch"
title="Connect with Amaya Fashion" title="Connect with Amaya Fashion"
description="We're here to assist you with any inquiries or styling advice. Reach out to us through the form below. You can also visit our store at: Amaya Fashion - Western Apparel Store, Mahavir Nagar, Gangapur, Rajasthan 322201. Get directions here: https://maps.app.goo.gl/ESV2ePx3ofumuMZu9" description="We're here to assist you with any inquiries or styling advice. Reach out to us through the form below. You can also visit our store at: Amaya Fashion - Western Apparel Store, Mahavir Nagar, Gangapur, Rajasthan 322201. Get directions here: https://maps.app.goo.gl/ESV2ePx3ofumuMZu9"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGFueUipVdWHUHr9azAzqCLyXC/uploaded-1779797692181-gttugnu0.jpg" imageSrc="http://img.b2bpic.net/free-photo/empty-shopping-store-with-casual-formal-wear-design-retail-shop-with-fashionable-clothes-hangers-racks-modern-boutique-clothing-center-fashion-merchandise-sale_482257-63117.jpg"
imageAlt="Indian fashion boutique interior with contact form" imageAlt="Fashion boutique interior with contact form"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
@@ -227,8 +220,6 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Amaya Fashion" logoText="Amaya Fashion"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGFueUipVdWHUHr9azAzqCLyXC/uploaded-1779797692182-9rny9877.jpg"
logoAlt="Amaya Fashion traditional jewelry logo"
columns={[ columns={[
{ {
title: "Shop", items: [ title: "Shop", items: [
@@ -267,4 +258,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter), sans-serif; font-family: var(--font-dm-sans), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-libre-baskerville), serif; font-family: var(--font-dm-sans), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f6f7; --background: #f5f5f5;
--card: #ffffff; --card: #ffffff;
--foreground: #1b0c25; --foreground: #1c1c1c;
--primary-cta: #1b0c25; --primary-cta: #1c1c1c;
--primary-cta-text: #f7f6f7; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25; --secondary-cta-text: #1c1c1c;
--accent: #ff93e4; --accent: #159c49;
--background-accent: #e8a8c3; --background-accent: #a8e8ba;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);