diff --git a/src/app/page.tsx b/src/app/page.tsx
index aa78110..50f76bd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
-import { Award, Diamond, Sparkles } from "lucide-react";
+import { Award, Diamond, Sparkles, Mail, MapPin, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,15 +45,12 @@ export default function LandingPage() {
@@ -103,41 +86,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Gold Classic",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons-with-thread-reel_23-2148145978.jpg",
- },
+ id: "p1", name: "Gold Classic", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons-with-thread-reel_23-2148145978.jpg"},
{
- id: "p2",
- name: "Silver Essence",
- price: "$95",
- imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-silver-earrings-arrangement_23-2149846557.jpg",
- },
+ id: "p2", name: "Silver Essence", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-silver-earrings-arrangement_23-2149846557.jpg"},
{
- id: "p3",
- name: "Rose Bloom",
- price: "$150",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-jewelry-display-with-white-flowers_23-2151984706.jpg",
- },
+ id: "p3", name: "Rose Bloom", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/elegant-jewelry-display-with-white-flowers_23-2151984706.jpg"},
{
- id: "p4",
- name: "Pearl Radiance",
- price: "$180",
- imageSrc: "http://img.b2bpic.net/free-photo/lady-with-pearl-hairpins-strokes-her-neck-with-pleasure-woman-white-blouse-posing-with-closed-eyes_197531-14813.jpg",
- },
+ id: "p4", name: "Pearl Radiance", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/lady-with-pearl-hairpins-strokes-her-neck-with-pleasure-woman-white-blouse-posing-with-closed-eyes_197531-14813.jpg"},
{
- id: "p5",
- name: "Artisan Gold",
- price: "$210",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-person-putting-purple-bracelet-around-hand-woman-lights_181624-18156.jpg",
- },
+ id: "p5", name: "Artisan Gold", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/closeup-person-putting-purple-bracelet-around-hand-woman-lights_181624-18156.jpg"},
{
- id: "p6",
- name: "Minimalist Gold",
- price: "$85",
- imageSrc: "http://img.b2bpic.net/free-photo/golden-chains-arrangement-high-angle_23-2149836477.jpg",
- },
+ id: "p6", name: "Minimalist Gold", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/golden-chains-arrangement-high-angle_23-2149836477.jpg"},
]}
title="Signature Collection"
description="Discover our curated range of artisan-made bangles."
@@ -152,45 +111,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- role: "Collector",
- company: "Boutique Group",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-necklace-jewelry-store_1303-30672.jpg",
- },
+ id: "1", name: "Sarah J.", role: "Collector", company: "Boutique Group", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-necklace-jewelry-store_1303-30672.jpg"},
{
- id: "2",
- name: "Michael R.",
- role: "Gifter",
- company: "Design Lab",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30688.jpg",
- },
+ id: "2", name: "Michael R.", role: "Gifter", company: "Design Lab", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30688.jpg"},
{
- id: "3",
- name: "Emily C.",
- role: "Stylist",
- company: "Fashion Co",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-adorable-young-female-with-bushy-hairstyle-dressed-casually-holds-sunglasses-spends-leisure-time-coffee-shop-has-informal-meeting_273609-3180.jpg",
- },
+ id: "3", name: "Emily C.", role: "Stylist", company: "Fashion Co", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-adorable-young-female-with-bushy-hairstyle-dressed-casually-holds-sunglasses-spends-leisure-time-coffee-shop-has-informal-meeting_273609-3180.jpg"},
{
- id: "4",
- name: "David W.",
- role: "Client",
- company: "Luxury Living",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-sexy-woman-dressed-elegant-tuxedo-suit-walking-city-summer-spring-day_285396-8003.jpg",
- },
+ id: "4", name: "David W.", role: "Client", company: "Luxury Living", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-sexy-woman-dressed-elegant-tuxedo-suit-walking-city-summer-spring-day_285396-8003.jpg"},
{
- id: "5",
- name: "Anna P.",
- role: "Fan",
- company: "Jewelers Hub",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
- },
+ id: "5", name: "Anna P.", role: "Fan", company: "Jewelers Hub", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg"},
]}
title="Stories of Elegance"
description="Trusted by jewelry lovers across the globe."
@@ -199,49 +133,33 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file