Merge version_2 into main #4
@@ -10,6 +10,8 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import { Instagram } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -105,45 +107,26 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
<div id="instagram" data-section="instagram">
|
||||
<BlogCardOne
|
||||
title="Follow Us"
|
||||
description="See our latest styles and updates on Instagram."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ananya Reddy", role: "Fashion Enthusiast", company: "Vijayawada", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-have-earned-little-relaxation_329181-20510.jpg"},
|
||||
{
|
||||
id: "2", name: "Vikram Singh", role: "Regular Client", company: "Vijayawada", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-red-cap-top-standing-front-wall_23-2148187424.jpg"},
|
||||
{
|
||||
id: "3", name: "Priya Sharma", role: "Loyal Shopper", company: "Vijayawada", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-golden-earrings-looking-camera_23-2148187412.jpg"},
|
||||
{
|
||||
id: "4", name: "Rahul Verma", role: "Style Icon", company: "Vijayawada", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660686.jpg"},
|
||||
{
|
||||
id: "5", name: "Sneha Patel", role: "Influencer", company: "Vijayawada", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-with-coffee-hands-emotion-concept-emotion-happiness_169016-65974.jpg"},
|
||||
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" }
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Join 250+ happy customers with a 4.8 rating."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visit D Unique"
|
||||
description="Opp PVP Exit Gate, Vijayawada. Reach out for styling assistance or inquiries."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
<ContactSplit
|
||||
title="Luxury Styling & Support"
|
||||
description="We offer personalized styling consultations. Contact us for an exclusive experience."
|
||||
tag="Contact Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-businesswoman-leaving-work_23-2147605036.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -159,4 +142,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user