Merge version_2 into main #3
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Shop", id: "#products" },
|
||||
{ name: "Store", id: "#products" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
@@ -45,9 +45,9 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Luminous Beauty"
|
||||
description="Unlock your radiance with our premium, science-backed skincare essentials designed for your unique glow."
|
||||
description="Unlock your radiance with our premium, science-backed beauty essentials designed for your unique glow."
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Shop Store", href: "#products" },
|
||||
{ text: "Discover Routine", href: "#features" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tropical-leaves-paper-cut-style_23-2148301059.jpg"
|
||||
@@ -87,15 +87,15 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Luminous", name: "Radiant Serum", price: "$45.00", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/red-serum-bottle-with-dropper_187299-47152.jpg" },
|
||||
{ id: "p2", brand: "Luminous", name: "Day Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/collection-aluminum-products-packaging_23-2150820961.jpg" },
|
||||
{ id: "p3", brand: "Luminous", name: "Gentle Cleanser", price: "$29.00", rating: 4, reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-bottles-light-blue-water-surface-with-aloe-vera-daisy-flowers_181624-43400.jpg" },
|
||||
{ id: "p4", brand: "Luminous", name: "Night Oil", price: "$52.00", rating: 5, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420633.jpg" },
|
||||
{ id: "p5", brand: "Luminous", name: "Hydrating Toner", price: "$24.00", rating: 4, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/3d-cosmetic-product-with-color-year-tones_23-2151510133.jpg" },
|
||||
{ id: "p6", brand: "Luminous", name: "Eye Cream", price: "$32.00", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083943.jpg" },
|
||||
{ id: "p1", brand: "Luminous", name: "Facewash", price: "$29.00", rating: 4, reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-bottles-light-blue-water-surface-with-aloe-vera-daisy-flowers_181624-43400.jpg" },
|
||||
{ id: "p2", brand: "Luminous", name: "Retinol", price: "$45.00", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/red-serum-bottle-with-dropper_187299-47152.jpg" },
|
||||
{ id: "p3", brand: "Luminous", name: "Cleanser", price: "$24.00", rating: 4, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/3d-cosmetic-product-with-color-year-tones_23-2151510133.jpg" },
|
||||
{ id: "p4", brand: "Luminous", name: "Signature Perfume", price: "$89.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-table_23-2148281041.jpg" },
|
||||
{ id: "p5", brand: "Luminous", name: "Night Cream", price: "$52.00", rating: 5, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420633.jpg" },
|
||||
{ id: "p6", brand: "Luminous", name: "Eye Serum", price: "$32.00", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083943.jpg" },
|
||||
]}
|
||||
title="Our Best Sellers"
|
||||
description="The cult-favorites your skin will absolutely love."
|
||||
title="Shop Our Beauty Collection"
|
||||
description="Discover the essentials that define your daily beauty ritual."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah T.", handle: "@sarahbeauty", testimonial: "My skin has never felt this hydrated and soft!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-young-woman-portrait_23-2148994706.jpg" },
|
||||
{ id: "2", name: "Mark L.", handle: "@markglows", testimonial: "Finally found a cleanser that doesn't strip my skin.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg" },
|
||||
{ id: "3", name: "Elena R.", handle: "@elena_skin", testimonial: "Obsessed with the radiance serum. It changed my life.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-athlete-with-closed-eyes_23-2148267274.jpg" },
|
||||
{ id: "3", name: "Elena R.", handle: "@elena_skin", testimonial: "Obsessed with the retinol serum. It changed my life.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-athlete-with-closed-eyes_23-2148267274.jpg" },
|
||||
{ id: "4", name: "Chloe B.", handle: "@chloeb", testimonial: "Sustainable packaging and amazing quality. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg" },
|
||||
{ id: "5", name: "David W.", handle: "@david_skin", testimonial: "Visible results in just two weeks. Truly impressive.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-recording-himself_23-2150336054.jpg" },
|
||||
]}
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
logoText="Luminous Beauty"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
title: "Store", items: [
|
||||
{ label: "All Products", href: "#products" },
|
||||
{ label: "New Arrivals", href: "#" },
|
||||
{ label: "Best Sellers", href: "#products" },
|
||||
@@ -199,4 +199,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user