Merge version_9 into main #14

Merged
bender merged 1 commits from version_9 into main 2026-03-19 04:02:52 +00:00

View File

@@ -9,7 +9,8 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle } from "lucide-react";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle, User } from "lucide-react";
export default function LandingPage() {
return (
@@ -102,16 +103,18 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Meet the Owner Behind Irentall" }
]}
<TestimonialAboutCard
tag="Meet Our Founder"
tagIcon={User}
tagAnimation="slide-up"
title="The Visionary Behind Irentall"
description="With over 15 years of bridal expertise, our owner founded Irentall with a simple mission: to make every bride feel like a princess on her special day. Her passion for finding the perfect dress and creating unforgettable moments drives everything we do."
subdescription="When you step into our boutique, you're not just shopping for a dress—you're embarking on a journey with someone who genuinely cares about your vision."
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg?_wi=2"
imageAlt="Irentall owner with bride"
mediaAnimation="slide-up"
useInvertedBackground={true}
ariaLabel="About the owner section"
buttonAnimation="slide-up"
buttons={[
{ text: "Schedule a Consultation", href: "tel:747-800-7770" }
]}
/>
</div>
@@ -313,4 +316,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}