Compare commits
8 Commits
version_9
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 57c8ceb571 | |||
| 21e8a17008 | |||
| 9cd56f31c0 | |||
| c9387b7661 | |||
| e23f14fd98 | |||
| 2ff3d96789 | |||
| 6f5cef901a | |||
| 7ab332f14f |
@@ -8,9 +8,9 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
||||
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 TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle, User } from "lucide-react";
|
||||
import BlogCardThree from "@/components/sections/blog/BlogCardThree";
|
||||
import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle, User, Play } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -188,6 +188,33 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reels" data-section="reels">
|
||||
<BlogCardThree
|
||||
title="Behind the Beauty"
|
||||
description="Watch our stunning Instagram reels showcasing real brides, styling tips, and magical moments from the Irentall boutique."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
tag="Featured Content"
|
||||
tagIcon={Play}
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "reel-1", category: "Styling", title: "The Perfect First Look", excerpt: "Watch this emotional moment as the groom sees his bride for the first time in her Irentall dress.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg?_wi=2", imageAlt: "Bride and groom first look moment", authorName: "Irentall Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5MJh3BJx339lVFA4KYjFzlzMX/uploaded-1773894327718-8nx4sc9p.jpg", date: "Latest"
|
||||
},
|
||||
{
|
||||
id: "reel-2", category: "Dress Reveal", title: "Twirl & Smile", excerpt: "The joy of finding THE dress - captured in this beautiful twirl moment at our boutique.", imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278361.jpg?_wi=2", imageAlt: "Bride twirling in wedding dress", authorName: "Irentall Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5MJh3BJx339lVFA4KYjFzlzMX/uploaded-1773894327718-8nx4sc9p.jpg", date: "Latest"
|
||||
},
|
||||
{
|
||||
id: "reel-3", category: "Styling Tips", title: "Accessory Magic", excerpt: "See how the right veil and shoes complete the perfect bridal look in seconds.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-fashionable-woman-blonde-long-white-dre_7502-4897.jpg?_wi=2", imageAlt: "Bride with complete bridal accessories", authorName: "Irentall Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5MJh3BJx339lVFA4KYjFzlzMX/uploaded-1773894327718-8nx4sc9p.jpg", date: "Latest"
|
||||
},
|
||||
{
|
||||
id: "reel-4", category: "Fashion", title: "Lace Details Up Close", excerpt: "Discover the intricate craftsmanship of our most popular lace wedding dress collection.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-posing_23-2148105871.jpg?_wi=2", imageAlt: "Close-up of wedding dress lace details", authorName: "Irentall Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5MJh3BJx339lVFA4KYjFzlzMX/uploaded-1773894327718-8nx4sc9p.jpg", date: "Latest"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="shoes" data-section="shoes">
|
||||
<ProductCardFour
|
||||
title="Bridal Shoes"
|
||||
|
||||
Reference in New Issue
Block a user