Merge version_5 into main #8
@@ -92,7 +92,10 @@ export default function LandingPage() {
|
||||
<BlogCardThree
|
||||
title="Latest Insights"
|
||||
description="Tips for your perfect wedding day."
|
||||
blogs={[]}
|
||||
blogs={[
|
||||
{ id: "1", category: "Guide", title: "How to Choose Your Dream Dress", excerpt: "Expert tips to find the perfect silhouette that matches your style and venue.", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184378.jpg", authorName: "Sarah J.", authorAvatar: "https://i.pravatar.cc/100?u=1", date: "Oct 24, 2024" },
|
||||
{ id: "2", category: "Tips", title: "Pre-Wedding Fitting Tips", excerpt: "Ensure a flawless look with our essential guide to pre-wedding fittings and adjustments.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fashion-designer-s-hand-working-studio_23-2147874975.jpg", authorName: "Sarah J.", authorAvatar: "https://i.pravatar.cc/100?u=1", date: "Oct 25, 2024" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -123,4 +126,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user