Merge version_2 into main #5
@@ -2,14 +2,12 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import { Instagram } from "lucide-react";
|
||||
@@ -113,6 +111,7 @@ export default function LandingPage() {
|
||||
description="See our latest styles and updates on Instagram."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{ id: "1", category: "Fashion", title: "Lookbook 2025", excerpt: "Explore our latest collection.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-hat-posing-outdoor_1150-13651.jpg", authorName: "D Unique", authorAvatar: "", date: "Mar 2025" },
|
||||
{ id: "2", category: "Style", title: "Luxury Finds", excerpt: "The trendiest pieces this season.", imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-red-dress-posing-fashionably_1150-14309.jpg", authorName: "D Unique", authorAvatar: "", date: "Feb 2025" }
|
||||
@@ -127,6 +126,8 @@ export default function LandingPage() {
|
||||
tag="Contact Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-businesswoman-leaving-work_23-2147605036.jpg"
|
||||
mediaPosition="right"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user