diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1c3bada..05d4b93 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
-import { Award, Calendar, Star, ThumbsUp } from "lucide-react";
+import { Award, Calendar, Star, ThumbsUp, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -46,53 +46,25 @@ export default function LandingPage() {
@@ -110,12 +82,6 @@ export default function LandingPage() {
{
id: "m2", value: "15+", title: "Years Serving", description: "Tanzania waters", icon: Calendar,
},
- {
- id: "m3", value: "95%", title: "Satisfaction", description: "Customer feedback", icon: ThumbsUp,
- },
- {
- id: "m4", value: "30+", title: "Models", description: "Yamaha lineup", icon: Star,
- },
]}
title="Your Power, Our Expertise"
description="Years of trusted service and premium marine solutions."
@@ -131,8 +97,6 @@ export default function LandingPage() {
title: "Expert Maintenance", description: "Certified technician support for all models.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-just-married-scene-with-car-cans_23-2149539994.jpg"},
{
title: "Genuine Parts", description: "Authentic Yamaha components in stock.", imageSrc: "http://img.b2bpic.net/free-photo/private-yachts-port_72229-511.jpg"},
- {
- title: "Full Warranty", description: "Total peace of mind with every purchase.", imageSrc: "http://img.b2bpic.net/free-photo/wife-husband-going-up-stairs-sky_8353-9372.jpg"},
]}
title="Reliable Marine Solutions"
description="Comprehensive support for your Yamaha marine equipment."
@@ -155,15 +119,6 @@ export default function LandingPage() {
{
id: "p3", brand: "Yamaha", name: "150HP High", price: "Contact for price", rating: 5,
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-mooring-rope-through-round-yacht-window_181624-19742.jpg"},
- {
- id: "p4", brand: "Yamaha", name: "250HP V6", price: "Contact for price", rating: 5,
- reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/spacecraft-natural-landscape_23-2151903076.jpg"},
- {
- id: "p5", brand: "Yamaha", name: "Jet Drive", price: "Contact for price", rating: 5,
- reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-person-jet-skiing-bright-green-seawater_181624-30001.jpg"},
- {
- id: "p6", brand: "Yamaha", name: "Accessories", price: "Contact for price", rating: 5,
- reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-constructions-with-ropes-used-ship_181624-10678.jpg"},
]}
title="Yamaha Outboard Motors"
description="Leading power solutions for your marine needs."
@@ -175,7 +130,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
- "Yamaha Marine", "Certified Dealer", "Genuine Parts", "Factory Service", "Full Warranty", "Victoria Region Partner", "Top Dealer Award"]}
+ "Yamaha Marine", "Certified Dealer", "Genuine Parts"]}
title="Authorized. Trusted. Reliable."
description="Our certifications and trusted partnerships."
/>
@@ -190,8 +145,6 @@ export default function LandingPage() {
id: "f1", title: "Warranty coverage?", content: "Full manufacturer warranty on all units."},
{
id: "f2", title: "Service locations?", content: "Multiple service centers across Lake Victoria."},
- {
- id: "f3", title: "Parts availability?", content: "Largest stock of genuine parts in Tanzania."},
]}
title="Frequently Asked Questions"
description="Answers to your common queries."
@@ -201,7 +154,10 @@ export default function LandingPage() {