Compare commits

..

6 Commits

Author SHA1 Message Date
eb947fc39c Update src/app/page.tsx 2026-03-17 20:17:27 +00:00
c3bddf2d12 Update src/app/page.tsx 2026-03-17 20:13:03 +00:00
5b8214f56c Merge version_6 into main
Merge version_6 into main
2026-03-17 20:05:23 +00:00
9aa6cbb32f Update src/app/page.tsx 2026-03-17 20:05:19 +00:00
1995c06bce Merge version_5 into main
Merge version_5 into main
2026-03-17 19:56:32 +00:00
e250b51e57 Merge version_5 into main
Merge version_5 into main
2026-03-17 19:50:58 +00:00

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ProductCardFour from "@/components/sections/product/ProductCardFour"; import ProductCardFour from "@/components/sections/product/ProductCardFour";
@@ -30,12 +29,11 @@ export default function LandingPage() {
brandName="Irentall" brandName="Irentall"
navItems={[ navItems={[
{ name: "Home", id: "home" }, { name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Gallery", id: "gallery" }, { name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ button={{
text: "Call Now", href: "tel:(747)800-7770" text: "Call Now", href: "tel:747-800-7770"
}} }}
/> />
</div> </div>
@@ -49,7 +47,7 @@ export default function LandingPage() {
tagIcon={Star} tagIcon={Star}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Call Now", href: "tel:(747)800-7770" } { text: "Call Now", href: "tel:747-800-7770" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
leftCarouselItems={[ leftCarouselItems={[
@@ -78,19 +76,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Why Irentall Stands Out" }
]}
buttons={[
{ text: "Schedule Consultation", href: "#appointment" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardSixteen <FeatureCardSixteen
title="What Makes Us Different" title="What Makes Us Different"
@@ -130,7 +115,7 @@ export default function LandingPage() {
]} ]}
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Johnson", role: "Bride", company: "Irentall Boutique", rating: 5, id: "1", name: "Marina Farhardyan ", role: "Bride", company: "Irentall Boutique", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg?_wi=2", imageAlt: "Sarah Johnson - Happy bride" imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg?_wi=2", imageAlt: "Sarah Johnson - Happy bride"
}, },
{ {
@@ -260,12 +245,14 @@ export default function LandingPage() {
title="Ready to Find Your Dream Dress?" title="Ready to Find Your Dream Dress?"
description="Call or text us at 747-800-7770 to schedule your personal styling appointment. Our team is here to make your bridal journey unforgettable." description="Call or text us at 747-800-7770 to schedule your personal styling appointment. Our team is here to make your bridal journey unforgettable."
buttons={[ buttons={[
{ text: "Call (747) 800-7770", href: "tel:(747)800-7770" }, { text: "Call (747) 800-7770", href: "tel:747-800-7770" },
{ text: "Text (747) 800-7770", href: "sms:(747)800-7770" } { text: "Text (747) 800-7770", href: "sms:747-800-7770" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttonContainerClassName="flex flex-col sm:flex-row gap-3 justify-center"
buttonClassName="first:order-first second:order-last"
/> />
</div> </div>
@@ -275,7 +262,6 @@ export default function LandingPage() {
{ {
title: "Irentall", items: [ title: "Irentall", items: [
{ label: "Home", href: "#home" }, { label: "Home", href: "#home" },
{ label: "About Us", href: "#about" },
{ label: "Gallery", href: "#gallery" }, { label: "Gallery", href: "#gallery" },
{ label: "Contact", href: "#contact" } { label: "Contact", href: "#contact" }
] ]
@@ -297,7 +283,7 @@ export default function LandingPage() {
}, },
{ {
title: "Contact", items: [ title: "Contact", items: [
{ label: "Phone", href: "tel:(747)800-7770" }, { label: "Phone", href: "tel:747-800-7770" },
{ label: "Email", href: "mailto:info@irentall.com" }, { label: "Email", href: "mailto:info@irentall.com" },
{ label: "Address", href: "#contact" }, { label: "Address", href: "#contact" },
{ label: "Book Online", href: "#appointment" } { label: "Book Online", href: "#appointment" }
@@ -310,4 +296,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }