diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4816d84..b84085a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,140 +29,56 @@ export default function LandingPage() {
@@ -175,23 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Handmade Craftsmanship",
- description: "Every single cup is shaped by master potters using traditional methods.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-working-pottery_23-2148643250.jpg",
- imageAlt: "Craftsmanship",
- },
+ title: "Handmade Craftsmanship", description: "Every single cup is shaped by master potters using traditional methods.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-pottery_23-2148643250.jpg", imageAlt: "Craftsmanship"},
{
- title: "Sustainable Ethics",
- description: "We source local clay and minimize waste during our production process.",
- imageSrc: "http://img.b2bpic.net/free-photo/adult-reusing-objects-creative-ways_23-2149411826.jpg",
- imageAlt: "Sustainability",
- },
+ title: "Sustainable Ethics", description: "We source local clay and minimize waste during our production process.", imageSrc: "http://img.b2bpic.net/free-photo/adult-reusing-objects-creative-ways_23-2149411826.jpg", imageAlt: "Sustainability"},
{
- title: "Thoughtful Gifting",
- description: "Our packaging is as beautiful as our products, perfect for gifts.",
- imageSrc: "http://img.b2bpic.net/free-photo/boxing-day-celebration-with-gift_23-2151116767.jpg",
- imageAlt: "Packaging",
- },
+ title: "Thoughtful Gifting", description: "Our packaging is as beautiful as our products, perfect for gifts.", imageSrc: "http://img.b2bpic.net/free-photo/boxing-day-celebration-with-gift_23-2151116767.jpg", imageAlt: "Packaging"},
]}
title="Why Filijanka?"
description="Quality, design, and tradition in every piece we create for your home."
@@ -206,65 +110,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- brand: "Filijanka",
- name: "Classic White Minimal",
- price: "$24",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg",
- imageAlt: "Classic White",
- },
+ id: "1", brand: "Filijanka", name: "Classic White Minimal", price: "$24", rating: 5,
+ reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg", imageAlt: "Classic White"},
{
- id: "2",
- brand: "Filijanka",
- name: "Rustic Earth Clay",
- price: "$28",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-potter-s-hand-pouring-brown-paint-bowl-wooden-table_23-2148155226.jpg",
- imageAlt: "Rustic Clay",
- },
+ id: "2", brand: "Filijanka", name: "Rustic Earth Clay", price: "$28", rating: 5,
+ reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-potter-s-hand-pouring-brown-paint-bowl-wooden-table_23-2148155226.jpg", imageAlt: "Rustic Clay"},
{
- id: "3",
- brand: "Filijanka",
- name: "Soft Sky Ceramic",
- price: "$26",
- rating: 4,
- reviewCount: "15",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-cozy-cafe-warms-herself-up-with-cup-hot-coffee_343596-4391.jpg",
- imageAlt: "Soft Sky",
- },
+ id: "3", brand: "Filijanka", name: "Soft Sky Ceramic", price: "$26", rating: 4,
+ reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/girl-cozy-cafe-warms-herself-up-with-cup-hot-coffee_343596-4391.jpg", imageAlt: "Soft Sky"},
{
- id: "4",
- brand: "Filijanka",
- name: "Speckled Morning",
- price: "$30",
- rating: 5,
- reviewCount: "22",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-painted-mugs-arrangement_23-2149644951.jpg",
- imageAlt: "Speckled Morning",
- },
- {
- id: "5",
- brand: "Filijanka",
- name: "Matte Obsidian",
- price: "$32",
- rating: 5,
- reviewCount: "9",
- imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-black-cup-saucer-dark-table_140725-129925.jpg",
- imageAlt: "Matte Obsidian",
- },
- {
- id: "6",
- brand: "Filijanka",
- name: "Scandi Grey Mist",
- price: "$27",
- rating: 4,
- reviewCount: "11",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-kitchen-bowls-copy-space_23-2148835287.jpg",
- imageAlt: "Scandi Grey",
- },
+ id: "4", brand: "Filijanka", name: "Speckled Morning", price: "$30", rating: 5,
+ reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-painted-mugs-arrangement_23-2149644951.jpg", imageAlt: "Speckled Morning"},
]}
title="Our Collection"
description="Select your favorite from our seasonal, limited-run pottery drops."
@@ -275,42 +131,18 @@ export default function LandingPage() {