6 Commits

Author SHA1 Message Date
600aa39086 Update src/app/page.tsx 2026-03-04 07:18:30 +00:00
7457fb47c7 Update src/app/layout.tsx 2026-03-04 07:18:30 +00:00
99c519f7d9 Merge version_2 into main
Merge version_2 into main
2026-03-04 07:16:09 +00:00
cba3a55cbd Update src/app/page.tsx 2026-03-04 07:16:05 +00:00
4ece3ea966 Update src/app/layout.tsx 2026-03-04 07:16:04 +00:00
115a7f4724 Merge version_1 into main
Merge version_1 into main
2026-03-04 07:13:34 +00:00

View File

@@ -112,9 +112,9 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="uniform-all-items-equal"
products={[
{ id: "1", name: "Luminous Essence", price: "$68", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-serum-bottles_23-2149030375.jpg", imageAlt: "Luminous Essence serum bottle" },
{ id: "2", name: "Velvet Moisture Cream", price: "$82", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Velvet Moisture Cream jar" },
{ id: "3", name: "Renewal Facial Oil", price: "$76", imageSrc: "http://img.b2bpic.net/free-photo/natural-cbd-oil-dropper-assortment_23-2149013568.jpg", imageAlt: "Renewal Facial Oil bottle" }
{ id: "1", name: "Luminous Essence", price: "£68", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-serum-bottles_23-2149030375.jpg", imageAlt: "Luminous Essence serum bottle" },
{ id: "2", name: "Velvet Moisture Cream", price: "£82", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Velvet Moisture Cream jar" },
{ id: "3", name: "Renewal Facial Oil", price: "£76", imageSrc: "http://img.b2bpic.net/free-photo/natural-cbd-oil-dropper-assortment_23-2149013568.jpg", imageAlt: "Renewal Facial Oil bottle" }
]}
buttons={[
{ text: "View All Products", href: "#" }
@@ -164,7 +164,7 @@ export default function LandingPage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Glow With Us"
description="Subscribe to receive exclusive skincare tips, product launches, and special beauty rituals delivered to your inbox. Join our community of radiant souls."
description="Join thousands of skincare enthusiasts who receive 10% off their first order plus early access to exclusive new launches. Subscribe now and transform your beauty routine."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"