diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0558238..eb5bcd9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
-import { Award, Building, Building2, Home, MapPin, ThumbsUp, Users } from "lucide-react";
+import { Award, Building, Building2, MapPin, ThumbsUp, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -56,102 +44,31 @@ export default function LandingPage() {
@@ -161,21 +78,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Story of Craftsmanship"
metrics={[
- {
- icon: Award,
- label: "Years Experience",
- value: "15+",
- },
- {
- icon: Home,
- label: "Projects Completed",
- value: "500+",
- },
- {
- icon: Users,
- label: "Happy Clients",
- value: "1000+",
- },
+ { icon: Award, label: "Years Experience", value: "15+" },
+ { icon: Home, label: "Projects Completed", value: "500+" },
+ { icon: Users, label: "Happy Clients", value: "1000+" }
]}
metricsAnimation="slide-up"
/>
@@ -187,43 +92,14 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
+ description="Our premium handmade selection."
products={[
- {
- id: "f1",
- name: "Mahogany Chair",
- price: "$450",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg?_wi=1",
- },
- {
- id: "f2",
- name: "Leather Sofa",
- price: "$1200",
- imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg?_wi=1",
- },
- {
- id: "f3",
- name: "Artisan Table",
- price: "$850",
- imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg?_wi=1",
- },
- {
- id: "f4",
- name: "Bed Frame",
- price: "$1500",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-room-decor-with-furniture-minimalist-beige-tones_23-2150767036.jpg",
- },
- {
- id: "f5",
- name: "Decor Vase",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/living-room-interior-luxury-industrial-style_53876-134088.jpg",
- },
- {
- id: "f6",
- name: "Side Cabinet",
- price: "$380",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704361.jpg",
- },
+ { id: "f1", name: "Mahogany Chair", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg" },
+ { id: "f2", name: "Leather Sofa", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg" },
+ { id: "f3", name: "Artisan Table", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg" },
+ { id: "f4", name: "Bed Frame", price: "$1500", imageSrc: "http://img.b2bpic.net/free-photo/3d-room-decor-with-furniture-minimalist-beige-tones_23-2150767036.jpg" },
+ { id: "f5", name: "Decor Vase", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/living-room-interior-luxury-industrial-style_53876-134088.jpg" },
+ { id: "f6", name: "Side Cabinet", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704361.jpg" }
]}
title="Exquisite Furniture"
/>
@@ -235,21 +111,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- icon: MapPin,
- title: "Modern Apartments",
- description: "Beautiful 2BR apartments in the city center.",
- },
- {
- icon: Building,
- title: "Luxury Villas",
- description: "Spacious family homes with scenic views.",
- },
- {
- icon: Building2,
- title: "Prime Land",
- description: "Ready-to-build plots in developing areas.",
- },
+ { icon: MapPin, title: "Modern Apartments", description: "Beautiful 2BR apartments in the city center." },
+ { icon: Building, title: "Luxury Villas", description: "Spacious family homes with scenic views." },
+ { icon: Building2, title: "Prime Land", description: "Ready-to-build plots in developing areas." }
]}
title="Premium Real Estate"
description="Discover high-end homes and land listings in Kigali."
@@ -263,27 +127,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "120+",
- title: "Properties",
- description: "Active Listings",
- icon: Building,
- },
- {
- id: "m2",
- value: "98%",
- title: "Retention",
- description: "Client Satisfaction",
- icon: ThumbsUp,
- },
- {
- id: "m3",
- value: "25",
- title: "Staff",
- description: "Expert Designers",
- icon: Users,
- },
+ { id: "m1", value: "120+", title: "Properties", description: "Active Listings", icon: Building },
+ { id: "m2", value: "98%", title: "Retention", description: "Client Satisfaction", icon: ThumbsUp },
+ { id: "m3", value: "25", title: "Staff", description: "Expert Designers", icon: Users }
]}
title="Market Impact"
description="We are proud to serve our community with excellence."
@@ -295,61 +141,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Aline K.",
- date: "2023",
- title: "Design Client",
- quote: "Stunning furniture work.",
- tag: "Furniture",
- avatarSrc: "http://img.b2bpic.net/free-photo/couple-interacting-color-swatch_1170-832.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg?_wi=2",
- imageAlt: "customer portrait high end",
- },
- {
- id: "t2",
- name: "Jean B.",
- date: "2023",
- title: "Real Estate Buyer",
- quote: "Very trustworthy service.",
- tag: "Real Estate",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-together-redecorate-house_23-2148814614.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg?_wi=2",
- imageAlt: "customer portrait high end",
- },
- {
- id: "t3",
- name: "Marie N.",
- date: "2024",
- title: "Interior Design",
- quote: "Love the premium quality.",
- tag: "Furniture",
- avatarSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525706.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg?_wi=2",
- imageAlt: "customer portrait high end",
- },
- {
- id: "t4",
- name: "Paul D.",
- date: "2024",
- title: "Investor",
- quote: "Great land investment.",
- tag: "Real Estate",
- avatarSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg?_wi=2",
- imageAlt: "customer portrait high end",
- },
- {
- id: "t5",
- name: "Sophie M.",
- date: "2024",
- title: "Furniture Client",
- quote: "Elegant custom dining table.",
- tag: "Furniture",
- avatarSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872045.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/main-entrance-modern-residential-building_637285-1913.jpg",
- imageAlt: "customer portrait high end",
- },
+ { id: "t1", name: "Aline K.", date: "2023", title: "Design Client", quote: "Stunning furniture work.", tag: "Furniture", avatarSrc: "http://img.b2bpic.net/free-photo/couple-interacting-color-swatch_1170-832.jpg", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg", imageAlt: "customer portrait high end" },
+ { id: "t2", name: "Jean B.", date: "2023", title: "Real Estate Buyer", quote: "Very trustworthy service.", tag: "Real Estate", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-together-redecorate-house_23-2148814614.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg", imageAlt: "customer portrait high end" },
+ { id: "t3", name: "Marie N.", date: "2024", title: "Interior Design", quote: "Love the premium quality.", tag: "Furniture", avatarSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525706.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg", imageAlt: "customer portrait high end" },
+ { id: "t4", name: "Paul D.", date: "2024", title: "Investor", quote: "Great land investment.", tag: "Real Estate", avatarSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg", imageAlt: "customer portrait high end" },
+ { id: "t5", name: "Sophie M.", date: "2024", title: "Furniture Client", quote: "Elegant custom dining table.", tag: "Furniture", avatarSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872045.jpg", imageSrc: "http://img.b2bpic.net/free-photo/main-entrance-modern-residential-building_637285-1913.jpg", imageAlt: "customer portrait high end" }
]}
title="Client Stories"
description="Hear what our valued clients have to say about their journey with us."
@@ -361,21 +157,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do you deliver furniture?",
- content: "Yes, we provide nationwide delivery.",
- },
- {
- id: "q2",
- title: "Can I visit properties?",
- content: "Absolutely, contact us to schedule a visit.",
- },
- {
- id: "q3",
- title: "Are your materials sustainable?",
- content: "We prioritize high-quality, ethically sourced local woods.",
- },
+ { id: "q1", title: "Do you deliver furniture?", content: "Yes, we provide nationwide delivery." },
+ { id: "q2", title: "Can I visit properties?", content: "Absolutely, contact us to schedule a visit." },
+ { id: "q3", title: "Are your materials sustainable?", content: "We prioritize high-quality, ethically sourced local woods." }
]}
title="Common Questions"
faqsAnimation="slide-up"
@@ -386,21 +170,13 @@ export default function LandingPage() {
@@ -409,40 +185,8 @@ export default function LandingPage() {