diff --git a/src/app/page.tsx b/src/app/page.tsx
index c65a04a..2aa6487 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterMedia from "@/components/sections/footer/FooterMedia";
-import { Award, Heart, Calendar, Sparkles } from "lucide-react";
+import { Award, Heart, Calendar, Sparkles, Crown, Gem } from "lucide-react";
export default function LandingPage() {
return (
@@ -59,20 +59,23 @@ export default function LandingPage() {
@@ -107,9 +110,11 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
- id: "1", value: "25+", title: "Years of Excellence", description: "Crafting jewelry with precision and passion", imageSrc: "http://img.b2bpic.net/free-photo/creative-woman-is-holding-pliers-crystal-clear-quartz-it_613910-17314.jpg", imageAlt: "Jewelry craftsmanship heritage"},
+ id: "1", value: "25+", title: "Years of Excellence", description: "Crafting jewelry with precision and passion", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfxZK4lAOn8BYIyA6deqAmAdFR/uploaded-1772999295114-iers8lde.png", imageAlt: "Jewelry craftsmanship heritage"
+ },
{
- id: "2", value: "5,000+", title: "Satisfied Customers", description: "Trusted by collectors worldwide", imageSrc: "http://img.b2bpic.net/free-photo/top-view-aesthetic-golden-earrings-arrangement_23-2149846596.jpg?_wi=2", imageAlt: "Customer satisfaction"},
+ id: "2", value: "5,000+", title: "Satisfied Customers", description: "Trusted by collectors worldwide", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfxZK4lAOn8BYIyA6deqAmAdFR/uploaded-1772999295114-55nm6w97.png", imageAlt: "Customer satisfaction"
+ },
]}
/>
@@ -118,13 +123,17 @@ export default function LandingPage() {