diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7dd4cc6..e36c8c1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,35 +44,12 @@ export default function LandingPage() {
@@ -91,18 +60,11 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "The Art of ",
- },
+ type: "text", content: "The Art of "},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232233.jpg",
- alt: "Fragrance Art",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232233.jpg", alt: "Fragrance Art"},
{
- type: "text",
- content: " Solid Perfumery",
- },
+ type: "text", content: " Solid Perfumery"},
]}
/>
@@ -115,47 +77,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Purple Oud",
- price: "$45.00",
- variant: "Signature",
- imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232233.jpg",
- },
- {
- id: "p2",
- name: "Most Wanted",
- price: "$52.00",
- variant: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg",
- },
- {
- id: "p3",
- name: "Hawas",
- price: "$48.00",
- variant: "Signature",
- imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307263.jpg",
- },
- {
- id: "p4",
- name: "Royal Musk",
- price: "$42.00",
- variant: "Light",
- imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420744.jpg",
- },
- {
- id: "p5",
- name: "Midnight Sandalwood",
- price: "$55.00",
- variant: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307236.jpg",
- },
- {
- id: "p6",
- name: "Golden Bloom",
- price: "$49.00",
- variant: "Signature",
- imageSrc: "http://img.b2bpic.net/free-photo/black-bottle-mens-perfume-dark-background-space-text_185193-161768.jpg",
- },
+ id: "p1", name: "Purple Oud", price: "$45.00", variant: "Signature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrH0kURNccVdgt6hi62rkSojaF/uploaded-1775240139793-kwsnw716.jpg"},
]}
title="Our Signature Scents"
description="Choose from our range of alcohol-free, travel-ready perfumes."
@@ -170,25 +92,7 @@ export default function LandingPage() {
author="Sarah J."
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/charming-lady-velvet-outfit-holds-martini-glass_197531-15680.jpg",
- alt: "Sarah J",
- },
- {
- src: "http://img.b2bpic.net/free-photo/man-with-flowers-posing-side-view_23-2149486753.jpg",
- alt: "User 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/woman-holding-brown-wooden-candle-holder_155996-58.jpg",
- alt: "User 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-holding-hat-black-white-wall_176420-8591.jpg",
- alt: "User 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/lady-winking-asking-keep-secret-white-backdrop-happy-short-haired-woman-black-jacket-smiles-isolated-background_197531-18490.jpg",
- alt: "User 5",
- },
+ src: "http://img.b2bpic.net/free-photo/charming-lady-velvet-outfit-holds-martini-glass_197531-15680.jpg", alt: "Sarah J"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -199,8 +103,7 @@ export default function LandingPage() {
@@ -211,25 +114,17 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Products",
- href: "#products",
- },
+ label: "Products", href: "#products"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}
@@ -239,4 +134,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file