Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -11,7 +11,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Smile, TrendingUp, Wrench, ShieldCheck, Zap } from "lucide-react";
|
||||
import { Smile, ShieldCheck, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const whatsappNumber = "919822001122";
|
||||
@@ -97,8 +97,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Fuel Efficiency", description: "Industry-leading mileage to keep you going.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-front-side-with-white-background_187299-39798.jpg" }] },
|
||||
{ title: "Reliable Engineering", description: "Built to last with world-class quality.", icon: ShieldCheck, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2409.jpg" }] }
|
||||
{ title: "Fuel Efficiency", description: "Industry-leading mileage to keep you going.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-front-side-with-white-background_187299-39798.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/fuel-gauge_1145-1234.jpg" }] },
|
||||
{ title: "Reliable Engineering", description: "Built to last with world-class quality.", icon: ShieldCheck, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2409.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/engine-parts_1203-4567.jpg" }] }
|
||||
]}
|
||||
title="Why Honda Rules the Road"
|
||||
description="Engineered for excellence, designed for comfort."
|
||||
|
||||
Reference in New Issue
Block a user