diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0b83be7..abf5e09 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,14 +3,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
-import ContactSplit from '@/components/sections/contact/ContactSplit';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
+import { Instagram, MapPin, Truck, ShieldCheck, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,14 +31,10 @@ export default function LandingPage() {
@@ -45,15 +42,12 @@ export default function LandingPage() {
@@ -65,18 +59,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "c1", title: "Golden Aura", descriptions: [
- "Heritage gold pieces."],
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599109.jpg"},
- {
- id: "c2", title: "Diamond Brilliance", descriptions: [
- "Expertly cut diamonds."],
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509253.jpg"},
- {
- id: "c3", title: "Bridal Elegance", descriptions: [
- "The perfect bridal sets."],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-little-girl-wearing-crucifix_23-2149301812.jpg"},
+ { id: "c1", title: "Golden Aura", descriptions: ["Heritage gold pieces."], imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599109.jpg" },
+ { id: "c2", title: "Diamond Brilliance", descriptions: ["Expertly cut diamonds."], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509253.jpg" },
+ { id: "c3", title: "Bridal Elegance", descriptions: ["The perfect bridal sets."], imageSrc: "http://img.b2bpic.net/free-photo/close-up-little-girl-wearing-crucifix_23-2149301812.jpg" },
]}
title="Exquisite Collections"
description="From radiant gold to rare diamonds, explore our meticulously curated lines."
@@ -90,18 +75,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
- {
- id: "p1", name: "Royal Ruby Necklace", price: "$4,200", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/gold-chain-beautiful-flower-assortment_23-2149836473.jpg"},
- {
- id: "p2", name: "Diamond Ear Studs", price: "$2,800", variant: "Platinum", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-stylish-headband-wearing-beautiful-earrings_343596-819.jpg"},
- {
- id: "p3", name: "Sapphire Ring", price: "$3,500", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509236.jpg"},
- {
- id: "p4", name: "Pearl Choker", price: "$1,900", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-pearl-necklace-white-v-neck-top-smiles-widely-with-closed-eyes-takes-selfie-outside_197531-23190.jpg"},
- {
- id: "p5", name: "Luxury Timepiece", price: "$5,500", variant: "Titanium", imageSrc: "http://img.b2bpic.net/free-photo/new-year-party-concept-with-girl-holding-clock_23-2147995152.jpg"},
- {
- id: "p6", name: "Emerald Bracelet", price: "$3,900", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/jewellery-bangle-background-with-place-text-banner-fashion-accessories_460848-13235.jpg"},
+ { id: "p1", name: "Royal Ruby Necklace", price: "$4,200", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/gold-chain-beautiful-flower-assortment_23-2149836473.jpg" },
+ { id: "p2", name: "Diamond Ear Studs", price: "$2,800", variant: "Platinum", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-stylish-headband-wearing-beautiful-earrings_343596-819.jpg" },
+ { id: "p3", name: "Sapphire Ring", price: "$3,500", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509236.jpg" },
+ { id: "p4", name: "Pearl Choker", price: "$1,900", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-pearl-necklace-white-v-neck-top-smiles-widely-with-closed-eyes-takes-selfie-outside_197531-23190.jpg" },
+ { id: "p5", name: "Luxury Timepiece", price: "$5,500", variant: "Titanium", imageSrc: "http://img.b2bpic.net/free-photo/new-year-party-concept-with-girl-holding-clock_23-2147995152.jpg" },
+ { id: "p6", name: "Emerald Bracelet", price: "$3,900", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/jewellery-bangle-background-with-place-text-banner-fashion-accessories_460848-13235.jpg" },
]}
title="New Arrivals"
description="The latest masterpieces, freshly unveiled for the season."
@@ -114,21 +93,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1", name: "Ananya P.", handle: "@ananya", testimonial: "Exquisite quality and unmatched design.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg"},
- {
- id: "t2", name: "Rohan M.", handle: "@rohanm", testimonial: "A timeless piece of jewelry, so elegant.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1671.jpg"},
- {
- id: "t3", name: "Sita K.", handle: "@sitak", testimonial: "Perfect craftsmanship. Simply regal.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/green-eyed-woman-coquettishly-touches-her-hair-woman-white-outfit-pearl-accessories-looks-into-camera_197531-14809.jpg"},
- {
- id: "t4", name: "Vikas D.", handle: "@vikasd", testimonial: "My bridal jewelry was a dream come true.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-bride-getting-ready_1153-9831.jpg"},
- {
- id: "t5", name: "Priya L.", handle: "@priyal", testimonial: "The sparkle is absolutely stunning.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-attractive-brunette-female-with-crossed-arms-white-underwear-with-green-costly-necklace_613910-8010.jpg"},
+ { id: "t1", name: "Ananya P.", handle: "@ananya", testimonial: "Exquisite quality and unmatched design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg" },
+ { id: "t2", name: "Rohan M.", handle: "@rohanm", testimonial: "A timeless piece of jewelry, so elegant.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1671.jpg" },
+ { id: "t3", name: "Sita K.", handle: "@sitak", testimonial: "Perfect craftsmanship. Simply regal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/green-eyed-woman-coquettishly-touches-her-hair-woman-white-outfit-pearl-accessories-looks-into-camera_197531-14809.jpg" },
+ { id: "t4", name: "Vikas D.", handle: "@vikasd", testimonial: "My bridal jewelry was a dream come true.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-bride-getting-ready_1153-9831.jpg" },
+ { id: "t5", name: "Priya L.", handle: "@priyal", testimonial: "The sparkle is absolutely stunning.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-attractive-brunette-female-with-crossed-arms-white-underwear-with-green-costly-necklace_613910-8010.jpg" },
]}
showRating={true}
title="Stories of Elegance"
@@ -141,7 +110,8 @@ export default function LandingPage() {
useInvertedBackground={true}
title="The Motiwala Legacy"
description={[
- "For over four generations, Motiwala has been synonymous with prestige, elegance, and artisanal perfection in jewelry craft.", "We believe that luxury isn't just about value; it's about the stories behind every piece we design and create."]}
+ "For over four generations, Motiwala has been synonymous with prestige, elegance, and artisanal perfection in jewelry craft.", "We believe that luxury isn't just about value; it's about the stories behind every piece we design and create."
+ ]}
/>
@@ -153,58 +123,36 @@ export default function LandingPage() {
title="Editorial Showcase"
description="Curated moments from our studio and our patrons."
blogs={[
- {
- id: "b1", category: "Lifestyle", title: "Behind the Scenes", excerpt: "Witnessing the art of gold crafting.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-wire_23-2148643274.jpg", authorName: "Motiwala", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hzgfxo", date: "Oct 12"},
- {
- id: "b2", category: "Style", title: "Summer Sparkle", excerpt: "Styling your diamond collection.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-fashion-beauty-sensual-caucasian-woman-wearing-colorful-shawl-head-accessories-posing-with-hand-shoulder-isolated-gray-background_613910-19097.jpg", authorName: "Motiwala", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9cbsxr", date: "Sep 22"},
- {
- id: "b3", category: "Craft", title: "Rare Gems", excerpt: "The origin of our rarest stones.", imageSrc: "http://img.b2bpic.net/free-photo/polished-stones-earthy-tones-glisten-with-reflected-light_91128-4486.jpg", authorName: "Motiwala", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ytslne", date: "Aug 05"},
+ { id: "b1", category: "Lifestyle", title: "Behind the Scenes", excerpt: "Witnessing the art of gold crafting.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-wire_23-2148643274.jpg", authorName: "Motiwala", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hzgfxo", date: "Oct 12" },
+ { id: "b2", category: "Style", title: "Summer Sparkle", excerpt: "Styling your diamond collection.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-fashion-beauty-sensual-caucasian-woman-wearing-colorful-shawl-head-accessories-posing-with-hand-shoulder-isolated-gray-background_613910-19097.jpg", authorName: "Motiwala", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9cbsxr", date: "Sep 22" },
+ { id: "b3", category: "Craft", title: "Rare Gems", excerpt: "The origin of our rarest stones.", imageSrc: "http://img.b2bpic.net/free-photo/polished-stones-earthy-tones-glisten-with-reflected-light_91128-4486.jpg", authorName: "Motiwala", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ytslne", date: "Aug 05" },
]}
/>