Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-04 19:58:19 +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>
);
}
}