6 Commits

Author SHA1 Message Date
491b1b1c2b Update src/app/page.tsx 2026-03-05 10:39:41 +00:00
66f6cd863d Merge version_3 into main
Merge version_3 into main
2026-03-04 19:58:18 +00:00
8895c7e7bd Update src/app/page.tsx 2026-03-04 19:58:14 +00:00
957f6eacb6 Update src/app/layout.tsx 2026-03-04 19:58:13 +00:00
9d2aa98d91 Merge version_2 into main
Merge version_2 into main
2026-03-04 19:46:53 +00:00
fc889a16d8 Merge version_2 into main
Merge version_2 into main
2026-03-04 19:45:38 +00:00
2 changed files with 8 additions and 9 deletions

View File

@@ -1388,4 +1388,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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>
);
}
}