Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -53,13 +53,13 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-tweezing-eyebrows-front-mirror_329181-1522.jpg", imageAlt: "Premium skincare collection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_329181-13145.jpg", imageAlt: "Professional facial treatment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_329181-13145.jpg?_wi=1", imageAlt: "Professional facial treatment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242156.jpg", imageAlt: "Luxury hydrating serum"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242156.jpg?_wi=1", imageAlt: "Luxury hydrating serum"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-using-cleanser-her-face_23-2148672297.jpg", imageAlt: "Premium retinol cream"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-using-cleanser-her-face_23-2148672297.jpg?_wi=1", imageAlt: "Premium retinol cream"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-plant_23-2148894349.jpg", imageAlt: "Luxury face mask treatment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-plant_23-2148894349.jpg?_wi=1", imageAlt: "Luxury face mask treatment"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Your Consultation", href: "contact" },
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
{ value: "50K+", title: "Skin Transformations" },
|
||||
{ value: "98%", title: "Customer Satisfaction Rate" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-relaxing-spa_329181-13145.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-relaxing-spa_329181-13145.jpg?_wi=2"
|
||||
imageAlt="Professional skincare consultation"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -157,11 +157,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Luminous Hydrating Serum", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242156.jpg", imageAlt: "Hydrating serum product"},
|
||||
id: "1", name: "Luminous Hydrating Serum", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242156.jpg?_wi=2", imageAlt: "Hydrating serum product"},
|
||||
{
|
||||
id: "2", name: "Retinol Renewal Cream", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-using-cleanser-her-face_23-2148672297.jpg", imageAlt: "Retinol cream product"},
|
||||
id: "2", name: "Retinol Renewal Cream", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-using-cleanser-her-face_23-2148672297.jpg?_wi=2", imageAlt: "Retinol cream product"},
|
||||
{
|
||||
id: "3", name: "Radiance Mask Treatment", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-plant_23-2148894349.jpg", imageAlt: "Face mask treatment"},
|
||||
id: "3", name: "Radiance Mask Treatment", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-plant_23-2148894349.jpg?_wi=2", imageAlt: "Face mask treatment"},
|
||||
{
|
||||
id: "4", name: "Daily SPF 50 Sunscreen", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-blonde-woman-with-cream-her-face_23-2148313480.jpg", imageAlt: "SPF sunscreen product"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user