4 Commits

Author SHA1 Message Date
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 6 additions and 8 deletions

View File

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

View File

@@ -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>
@@ -292,4 +290,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}