diff --git a/src/app/page.tsx b/src/app/page.tsx
index f4550b1..82d494b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,95 +39,18 @@ export default function LandingPage() {
@@ -149,26 +60,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Fast Delivery",
- description: "Get your orders delivered to your doorstep in 48 hours.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-gets-kiss-from-favorite-pet-smiles-gladully-keeps-eyes-closed-from-pleasure-pug-dog-licks-owner-expresses-love-people-domestic-animals-responsibility-relatioonship-concept_273609-60883.jpg",
- },
- {
- title: "Natural Ingredients",
- description: "Only the safest, non-toxic components for your pets.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-cuddling-her-fluffy-white-kitten_23-2151961717.jpg",
- },
- {
- title: "Vet Approved",
- description: "Products tested and vetted by leading industry experts.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-border-collie-wooden-wall-background_181624-57205.jpg",
- },
- {
- title: "Premium Quality",
- description: "High-durability materials made to last a lifetime.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-jeans-smiles-sincerely-hugs-corgi-dog_197531-23765.jpg",
- },
+ { title: "Fast Delivery", description: "Get your orders delivered to your doorstep in 48 hours.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-gets-kiss-from-favorite-pet-smiles-gladully-keeps-eyes-closed-from-pleasure-pug-dog-licks-owner-expresses-love-people-domestic-animals-responsibility-relatioonship-concept_273609-60883.jpg" },
+ { title: "Natural Ingredients", description: "Only the safest, non-toxic components for your pets.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cuddling-her-fluffy-white-kitten_23-2151961717.jpg" },
+ { title: "Vet Approved", description: "Products tested and vetted by leading industry experts.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-border-collie-wooden-wall-background_181624-57205.jpg" },
+ { title: "Premium Quality", description: "High-durability materials made to last a lifetime.", imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-jeans-smiles-sincerely-hugs-corgi-dog_197531-23765.jpg" }
]}
title="Why NexPet?"
description="We put your pet's needs at the forefront of everything we do."
@@ -180,11 +75,14 @@ export default function LandingPage() {
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/curly-woman-white-shirt-having-fun-with-dog_197531-24054.jpg"
imageAlt="Curly woman in white shirt having fun with dog"
+ title="Our Mission"
+ description="To provide high-quality pet care."
+ metrics={[{ label: "Pets served", value: "10k+" }, { label: "Satisfaction", value: "99%" }]}
/>
@@ -193,20 +91,17 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
+ title="Featured"
+ description="Top products"
+ products={[]}
/>
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 5336ff8..e4a8401 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -48,64 +36,23 @@ export default function LandingPage() {
@@ -155,14 +77,8 @@ export default function LandingPage() {