From 4377e446db40cb926f1a9d384406ea00f371118d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 12:16:27 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26a3bac..47756bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; @@ -182,20 +182,27 @@ export default function LandingPage() {
-
@@ -207,8 +214,8 @@ export default function LandingPage() { tag="Get in Touch" 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" - 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="Fashion boutique interior with contact form" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGFueUipVdWHUHr9azAzqCLyXC/uploaded-1779797692181-gttugnu0.jpg" + imageAlt="Indian fashion boutique interior with contact form" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" @@ -220,6 +227,8 @@ export default function LandingPage() {