Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Sparkles, Zap, BarChart3, Heart, Award, Shield, Leaf, Users, Star, Instagram, Mail } from 'lucide-react';
|
||||
import { Sparkles, Zap, BarChart3, Heart, Award, Shield, Leaf, Users, Star, Instagram, Mail, Gauge } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{ id: "1", icon: Yarn, title: "Hours of Crafting", value: "15,000+" },
|
||||
{ id: "1", icon: Gauge, title: "Hours of Crafting", value: "15,000+" },
|
||||
{ id: "2", icon: Users, title: "Happy Customers", value: "2,800+" },
|
||||
{ id: "3", icon: Star, title: "5-Star Reviews", value: "98%" },
|
||||
{ id: "4", icon: Heart, title: "Pieces Loved", value: "500+" }
|
||||
@@ -208,7 +208,6 @@ export default function LandingPage() {
|
||||
textBoxTitleClassName="text-4xl sm:text-5xl lg:text-6xl font-extrabold leading-tight"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mt-6"
|
||||
cardClassName="rounded-lg border border-gray-200"
|
||||
nameClassName="font-bold text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user