diff --git a/src/app/page.tsx b/src/app/page.tsx
index 15f8bf7..9fe8ba7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,109 +28,47 @@ export default function LandingPage() {
@@ -144,27 +82,11 @@ export default function LandingPage() {
description="What sets Ferresa apart from the big box retailers."
features={[
{
- id: "fv1",
- title: "Quality First",
- author: "Staff Picks",
- description: "We only stock professional-grade tools.",
- tags: [
- "Quality",
- "Tools",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/woodworking-specialist-using-sandpaper-manual-sanding-lumber-close-up_482257-98011.jpg",
- },
+ id: "fv1", title: "Quality First", author: "Staff Picks", description: "We only stock professional-grade tools.", tags: ["Quality", "Tools"],
+ imageSrc: "http://img.b2bpic.net/free-photo/woodworking-specialist-using-sandpaper-manual-sanding-lumber-close-up_482257-98011.jpg"},
{
- id: "fv2",
- title: "Expert Guidance",
- author: "The Pro Team",
- description: "Ask our staff for project advice.",
- tags: [
- "Support",
- "Expert",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg",
- },
+ id: "fv2", title: "Expert Guidance", author: "The Pro Team", description: "Ask our staff for project advice.", tags: ["Support", "Expert"],
+ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-woodworking-shop-putting-protection-gloves_482257-110840.jpg"},
]}
/>
@@ -178,48 +100,31 @@ export default function LandingPage() {
description="Tips, tricks, and store updates."
blogs={[
{
- id: "b1",
- category: "DIY",
- title: "5 Tools You Need",
- excerpt: "Don't start your project without these.",
- imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools_23-2147831892.jpg",
- authorName: "Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/engaged-couple-posing-together-city_23-2149488108.jpg",
- date: "2024-10-01",
- },
+ id: "b1", category: "DIY", title: "5 Tools You Need", excerpt: "Don't start your project without these.", imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools_23-2147831892.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/engaged-couple-posing-together-city_23-2149488108.jpg", date: "2024-10-01"},
{
- id: "b2",
- category: "Maintenance",
- title: "Preparing for Winter",
- excerpt: "Keep your pipes safe this season.",
- imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg",
- authorName: "Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/engaged-couple-posing-together-city_23-2149488108.jpg",
- date: "2024-10-15",
- },
+ id: "b2", category: "Maintenance", title: "Preparing for Winter", excerpt: "Keep your pipes safe this season.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/engaged-couple-posing-together-city_23-2149488108.jpg", date: "2024-10-15"},
]}
/>
@@ -227,29 +132,15 @@ export default function LandingPage() {