Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-11 01:42:39 +00:00

View File

@@ -3,14 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
export default function LandingPage() {
@@ -92,6 +90,8 @@ export default function LandingPage() {
<FeatureCardOne
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
textboxLayout="default"
useInvertedBackground={false}
title="Unmatched Quality Assurance"
description="We ensure every artwork arriving at your door is treated with the highest level of care."
features={[
@@ -105,6 +105,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
description="Hear from our satisfied collectors."
title="Collector Voices"
testimonials={[
{ id: "1", name: "Elena Vance", handle: "@elena", testimonial: "Stunning in person.", imageSrc: "http://img.b2bpic.net/free-photo/male-artist-showing-his-painting-female-client-interested-buying-some-artwork-from-exihibiton-art-gallery_662251-355.jpg" },
@@ -115,6 +118,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
text="Connect with our curators today."
buttons={[{ text: "Contact Us", href: "mailto:curators@aura-art.com" }]}
/>