Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ac0262d8f3 | |||
| 491b1b1c2b | |||
| 66f6cd863d | |||
| 8895c7e7bd | |||
| 957f6eacb6 | |||
| 9d2aa98d91 | |||
| fc889a16d8 |
@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
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() {
|
export default function LandingPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -51,16 +51,14 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
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"},
|
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"},
|
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop"},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#men" },
|
{ text: "Add to Cart", href: "#men" },
|
||||||
{ text: "Explore Collection", href: "#women" },
|
{ text: "Buy Now", href: "#women" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -70,6 +68,7 @@ export default function LandingPage() {
|
|||||||
title="Crafted for Elegance"
|
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."
|
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"
|
tag="Our Story"
|
||||||
|
tagIcon={Shield}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="https://images.unsplash.com/photo-1556821552-07f83cf87537?w=600&h=700&fit=crop&_wi=1"
|
imageSrc="https://images.unsplash.com/photo-1556821552-07f83cf87537?w=600&h=700&fit=crop&_wi=1"
|
||||||
|
|||||||
Reference in New Issue
Block a user