Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { CheckCircle, Shield, Zap, ShoppingBag, MapPin, Mail, Phone } from "lucide-react";
|
||||
import { CheckCircle, Shield, Zap, ShoppingBag, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -96,6 +96,7 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
title="Our Growth"
|
||||
description="Tracking our impact on the community."
|
||||
metrics={[
|
||||
{ id: "1", value: "10k+", description: "Happy Customers" },
|
||||
{ id: "2", value: "500+", description: "Curated Products" },
|
||||
@@ -111,6 +112,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="Customer Love"
|
||||
description="What our community has to say about our store."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", role: "Local Resident", company: "City Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-walking-front-view_23-2149854626.jpg" },
|
||||
{ id: "2", name: "Mike R.", role: "Daily Shopper", company: "West End", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg" }
|
||||
@@ -125,6 +127,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Helpful Information"
|
||||
description="Answers to frequently asked questions about our store."
|
||||
faqs={[
|
||||
{ id: "1", title: "Delivery areas?", content: "We cover the entire metro area." },
|
||||
{ id: "2", title: "Return policy?", content: "100% satisfaction guarantee on all goods." }
|
||||
|
||||
Reference in New Issue
Block a user