Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-20 13:34:31 +00:00

View File

@@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import { ShoppingBag, Heart, MessageCircle, MapPin } from "lucide-react";
import { ShoppingBag, Heart } from "lucide-react";
export default function LandingPage() {
return (
@@ -43,6 +43,7 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel
title="Thrifting with a Purpose"
description="Discover unique treasures at The Re-tail. Every purchase directly supports the Animal Care Society and our mission to find loving homes for every pet."
background={{ variant: "plain" }}
buttons={[{ text: "Request A Quote", href: "#contact" }]}
rightCarouselItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/cute-dog-wearing-blue-bandana_23-2148719515.jpg?_wi=1" },
@@ -60,6 +61,8 @@ export default function LandingPage() {
title="Our Thrift Services"
description="From high-quality clothing to vintage decor, we curate items that give back."
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", title: "Curated Fashion", description: "Hand-picked clothes for every style.", tag: "Apparel" },
{ id: "2", title: "Home Goods", description: "Unique decor that tells a story.", tag: "Home" },
@@ -80,6 +83,9 @@ export default function LandingPage() {
<TestimonialCardTwo
title="Community Love"
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
description="What our community says about us."
testimonials={[
{ id: "1", name: "Sarah J.", role: "Local Resident", testimonial: "Found the best vintage jacket and helped local pets too!", icon: Heart },
{ id: "2", name: "Mike D.", role: "Thrift Enthusiast", testimonial: "The shop is clean, organized, and for a great cause.", icon: ShoppingBag }
@@ -91,6 +97,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Contact Us"
description="Have questions or want to donate? Fill out the form below or drop by our location."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Email Address" }