Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, Check, Clock, Shield, Star, ThumbsUp, User, Wrench, Zap, ShoppingCart } from "lucide-react";
|
||||
import { Award, Check, Clock, Shield, Star, ThumbsUp, User, Wrench, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -102,6 +102,7 @@ export default function LandingPage() {
|
||||
title="Our Product Store"
|
||||
description="Shop our catalog of tires and batteries with ease."
|
||||
useInvertedBackground={true}
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{ id: "t1", name: "Performance Tire - 18 inch", price: "$150", variant: "Car Tires", imageSrc: "https://img.b2bpic.net/free-photo/close-up-car-tires_23-2148816669.jpg" },
|
||||
{ id: "t2", name: "Standard Battery - 70Ah", price: "$95", variant: "Car Batteries", imageSrc: "https://img.b2bpic.net/free-photo/car-battery-charging-concept_23-2148816670.jpg" }
|
||||
|
||||
Reference in New Issue
Block a user