diff --git a/src/app/page.tsx b/src/app/page.tsx
index 15d9435..52feed7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,81 +30,50 @@ export default function LandingPage() {
@@ -114,15 +83,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "About Our Craft & Commitment",
- },
+ type: "text", content: "About Our Craft & Commitment"},
]}
buttons={[
{
- text: "Our Story",
- href: "#",
- },
+ text: "Our Story", href: "#"},
]}
buttonAnimation="slide-up"
/>
@@ -135,19 +100,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
- "Generic Quality",
- "Limited Options",
- "Slow Shipping",
- "Poor Support",
- ],
+ "Generic Quality", "Limited Options", "Slow Shipping", "Poor Support"],
}}
positiveCard={{
items: [
- "Curated Selection",
- "Handpicked Quality",
- "Fast & Secure Delivery",
- "Exceptional Customer Support",
- ],
+ "Curated Selection", "Handpicked Quality", "Fast & Secure Delivery", "Exceptional Customer Support"],
}}
title="Why Choose Our Store?"
description="We're dedicated to bringing you exceptional products and a seamless shopping experience. Discover what makes us special."
@@ -162,45 +119,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "ceramic-mug",
- brand: "Crafted Goods",
- name: "Artisan Ceramic Mug",
- price: "$24.99",
- rating: 5,
- reviewCount: "120 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/tray-with-drink-decorations_23-2147886019.jpg",
- imageAlt: "Artisan Ceramic Mug",
- },
+ id: "ceramic-mug", brand: "Crafted Goods", name: "Artisan Ceramic Mug", price: "$24.99", rating: 5,
+ reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/tray-with-drink-decorations_23-2147886019.jpg", imageAlt: "Artisan Ceramic Mug"},
{
- id: "scented-candle",
- brand: "Aroma Bliss",
- name: "Luxury Scented Candle",
- price: "$34.00",
- rating: 4,
- reviewCount: "85 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-candles-knitted-element-blurred-background_169016-52987.jpg",
- imageAlt: "Luxury Scented Candle",
- },
+ id: "scented-candle", brand: "Aroma Bliss", name: "Luxury Scented Candle", price: "$34.00", rating: 4,
+ reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-candles-knitted-element-blurred-background_169016-52987.jpg", imageAlt: "Luxury Scented Candle"},
{
- id: "tote-bag",
- brand: "EcoStyle",
- name: "Sustainable Canvas Tote",
- price: "$18.50",
- rating: 5,
- reviewCount: "210 reviews",
- imageSrc: "http://img.b2bpic.net/free-vector/summer-fashion-template-social-media-post_53876-118029.jpg",
- imageAlt: "Sustainable Canvas Tote",
- },
+ id: "tote-bag", brand: "EcoStyle", name: "Sustainable Canvas Tote", price: "$18.50", rating: 5,
+ reviewCount: "210 reviews", imageSrc: "http://img.b2bpic.net/free-vector/summer-fashion-template-social-media-post_53876-118029.jpg", imageAlt: "Sustainable Canvas Tote"},
{
- id: "coffee-beans",
- brand: "Morning Brew",
- name: "Premium Coffee Beans",
- price: "$29.99",
- rating: 4,
- reviewCount: "95 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-coffee-biscuits-chocolate-marble-surface_114579-57893.jpg",
- imageAlt: "Premium Coffee Beans",
- },
+ id: "coffee-beans", brand: "Morning Brew", name: "Premium Coffee Beans", price: "$29.99", rating: 4,
+ reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-coffee-biscuits-chocolate-marble-surface_114579-57893.jpg", imageAlt: "Premium Coffee Beans"},
]}
title="Our Featured Collections"
description="Explore our most popular items and discover new favorites for every occasion. Handpicked for quality and style."
@@ -209,50 +138,20 @@ export default function LandingPage() {
@@ -293,16 +183,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file