Update src/app/page.tsx
This commit is contained in:
@@ -50,31 +50,31 @@ export default function LandingPage() {
|
||||
description="Hand-harvested lavender and rosemary, cold-pressed and suspended in a lightweight botanical serum. Skin that remembers the earth."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292045.jpg", imageAlt: "Botanical serum bottle"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292045.jpg?_wi=1", imageAlt: "Botanical serum bottle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg", imageAlt: "Lavender Face Serum"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg?_wi=1", imageAlt: "Lavender Face Serum"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg", imageAlt: "Botanical Face Oil"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg?_wi=1", imageAlt: "Botanical Face Oil"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg", imageAlt: "Gentle Cream Cleanser"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg?_wi=1", imageAlt: "Gentle Cream Cleanser"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg", imageAlt: "Rose Toning Mist"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg?_wi=1", imageAlt: "Rose Toning Mist"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg", imageAlt: "Night Recovery Balm"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg?_wi=1", imageAlt: "Night Recovery Balm"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292045.jpg", imageAlt: "Botanical serum focus"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292045.jpg?_wi=2", imageAlt: "Botanical serum focus"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vanity-kit-arrangement_23-2149879943.jpg", imageAlt: "Discovery Kit"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vanity-kit-arrangement_23-2149879943.jpg?_wi=1", imageAlt: "Discovery Kit"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg", imageAlt: "Serum texture"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg?_wi=2", imageAlt: "Serum texture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg", imageAlt: "Oil detail"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg?_wi=2", imageAlt: "Oil detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg", imageAlt: "Cleanser texture"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg?_wi=2", imageAlt: "Cleanser texture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg", imageAlt: "Mist fine spray"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg?_wi=2", imageAlt: "Mist fine spray"},
|
||||
]}
|
||||
tag="Pure Botanical Formula"
|
||||
buttons={[
|
||||
@@ -118,22 +118,22 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "FARUK", name: "Lavender Face Serum", price: "$64", rating: 5,
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg"},
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg?_wi=3"},
|
||||
{
|
||||
id: "p2", brand: "FARUK", name: "Botanical Face Oil", price: "$78", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg"},
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg?_wi=3"},
|
||||
{
|
||||
id: "p3", brand: "FARUK", name: "Gentle Cream Cleanser", price: "$42", rating: 4,
|
||||
reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg"},
|
||||
reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg?_wi=3"},
|
||||
{
|
||||
id: "p4", brand: "FARUK", name: "Rose Toning Mist", price: "$38", rating: 5,
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg"},
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg?_wi=3"},
|
||||
{
|
||||
id: "p5", brand: "FARUK", name: "Night Recovery Balm", price: "$58", rating: 5,
|
||||
reviewCount: "71", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg"},
|
||||
reviewCount: "71", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg?_wi=2"},
|
||||
{
|
||||
id: "p6", brand: "FARUK", name: "Discovery Kit", price: "$168", rating: 5,
|
||||
reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vanity-kit-arrangement_23-2149879943.jpg"},
|
||||
reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vanity-kit-arrangement_23-2149879943.jpg?_wi=2"},
|
||||
]}
|
||||
title="FARUK Essentials"
|
||||
description="Hand-selected botanical skincare crafted with intention for your daily ritual."
|
||||
@@ -170,19 +170,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Amélie R.", role: "Creative Director", company: "Paris", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg?_wi=4"},
|
||||
{
|
||||
id: "t2", name: "Sarah J.", role: "Architect", company: "London", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg?_wi=4"},
|
||||
{
|
||||
id: "t3", name: "David K.", role: "Designer", company: "Tokyo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg?_wi=4"},
|
||||
{
|
||||
id: "t4", name: "Emily R.", role: "Writer", company: "Rome", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg?_wi=4"},
|
||||
{
|
||||
id: "t5", name: "Marcus B.", role: "Chef", company: "Provence", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg?_wi=3"},
|
||||
]}
|
||||
title="Loved by Nature"
|
||||
description="Join our community of botanical skincare enthusiasts."
|
||||
|
||||
Reference in New Issue
Block a user