|
|
|
|
@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
|
|
|
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
|
|
|
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
|
|
|
|
import { Sparkles, Star, Package, Users, ShoppingBag } from "lucide-react";
|
|
|
|
|
import { Sparkles, Star, Package, Users, ShoppingBag, Shield } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
const navItems = [
|
|
|
|
|
@@ -51,16 +51,14 @@ export default function LandingPage() {
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
name: "Alexandra Sterling", handle: "Fashion Editor", testimonial: "LuxeCore represents the pinnacle of luxury fashion. Every piece is a masterpiece of design and craftsmanship.", rating: 5,
|
|
|
|
|
{ name: "Alexandra Sterling", handle: "Fashion Editor", testimonial: "LuxeCore represents the pinnacle of luxury fashion. Every piece is a masterpiece of design and craftsmanship.", rating: 5,
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100&fit=crop"},
|
|
|
|
|
{
|
|
|
|
|
name: "Marcus Laurent", handle: "Style Curator", testimonial: "The attention to detail and premium quality is unmatched. LuxeCore has become my go-to for luxury pieces.", rating: 5,
|
|
|
|
|
{ name: "Marcus Laurent", handle: "Style Curator", testimonial: "The attention to detail and premium quality is unmatched. LuxeCore has become my go-to for luxury pieces.", rating: 5,
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop"},
|
|
|
|
|
]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Shop Now", href: "#men" },
|
|
|
|
|
{ text: "Explore Collection", href: "#women" },
|
|
|
|
|
{ text: "Add to Cart", href: "#men" },
|
|
|
|
|
{ text: "Buy Now", href: "#women" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -70,6 +68,7 @@ export default function LandingPage() {
|
|
|
|
|
title="Crafted for Elegance"
|
|
|
|
|
description="At LuxeCore, we believe luxury is not just about price—it's about the meticulous craftsmanship, premium materials, and timeless design that transcend trends. Since our inception, we have been dedicated to creating fashion that speaks to sophistication and individuality."
|
|
|
|
|
tag="Our Story"
|
|
|
|
|
tagIcon={Shield}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1556821552-07f83cf87537?w=600&h=700&fit=crop&_wi=1"
|
|
|
|
|
@@ -292,4 +291,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|