Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad50dd3458 | |||
| 34a736fc99 | |||
| a7608de248 | |||
| f9676d0a74 |
@@ -9,7 +9,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
|
|||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||||
import { CheckCircle, Heart, Sparkles } from "lucide-react";
|
import { CheckCircle, Heart, Sparkles, Trophy, Award } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -72,15 +72,15 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Smart Shop", name: "Premium Winter Jacket", price: "$65.00", rating: 5,
|
id: "1", brand: "Smart Shop", name: "Premium Winter Jacket", price: "$65.00", rating: 5,
|
||||||
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-emerald-green-coat-wooden-wall_197531-16401.jpg", imageAlt: "Women casual winter jacket"
|
reviewCount: "234 reviews", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-emerald-green-coat-wooden-wall_197531-16401.jpg", imageAlt: "Women casual winter jacket"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "Smart Shop", name: "Classic Denim Jeans", price: "$45.00", rating: 5,
|
id: "2", brand: "Smart Shop", name: "Classic Denim Jeans", price: "$45.00", rating: 5,
|
||||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-bearded-man-by-river-park-sitting-dock_1303-22243.jpg", imageAlt: "Men slim fit denim jeans"
|
reviewCount: "189 reviews", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-bearded-man-by-river-park-sitting-dock_1303-22243.jpg", imageAlt: "Men slim fit denim jeans"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "Smart Shop", name: "Summer Casual Dress", price: "$38.00", rating: 5,
|
id: "3", brand: "Smart Shop", name: "Summer Casual Dress", price: "$38.00", rating: 5,
|
||||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/positive-white-woman-touching-her-hat-while-posing-embankment_197531-6315.jpg", imageAlt: "Elegant summer dress women"
|
reviewCount: "156 reviews", imageSrc: "http://img.b2bpic.net/free-photo/positive-white-woman-touching-her-hat-while-posing-embankment_197531-6315.jpg", imageAlt: "Elegant summer dress women"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
|||||||
Reference in New Issue
Block a user