diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..d0decbc
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,60 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import ContactSplit from '@/components/sections/contact/ContactSplit';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 62204a9..b4bbe8a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import HeroBillboard from '@/components/sections/hero/HeroBillboard';
+import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
@@ -29,56 +29,27 @@ export default function LandingPage() {
-
@@ -100,18 +71,10 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={true}
features={[
- {
- title: "Automatics", description: "The pinnacle of self-winding mechanical artistry.", imageSrc: "http://img.b2bpic.net/free-photo/clockwork_53876-33673.jpg?_wi=1", buttonIcon: ArrowRight,
- },
- {
- title: "Chronographs", description: "Precision performance for the modern professional.", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-reading-magazine_23-2147793091.jpg", buttonIcon: ArrowRight,
- },
- {
- title: "Dress Watches", description: "Elegance for every formal occasion.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hands-numbers-hour-marks-black-watch_181624-26818.jpg", buttonIcon: ArrowRight,
- },
- {
- title: "Limited Editions", description: "Rare collectibles for the discerning collector.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", buttonIcon: ArrowRight,
- },
+ { title: "Automatics", description: "The pinnacle of self-winding mechanical artistry.", imageSrc: "http://img.b2bpic.net/free-photo/clockwork_53876-33673.jpg?_wi=1", buttonIcon: ArrowRight },
+ { title: "Chronographs", description: "Precision performance for the modern professional.", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-reading-magazine_23-2147793091.jpg", buttonIcon: ArrowRight },
+ { title: "Dress Watches", description: "Elegance for every formal occasion.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hands-numbers-hour-marks-black-watch_181624-26818.jpg", buttonIcon: ArrowRight },
+ { title: "Limited Editions", description: "Rare collectibles for the discerning collector.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", buttonIcon: ArrowRight },
]}
title="Exquisite Collections"
description="Explore our curated portfolio of global luxury timepieces, categorized by craftsmanship and movement."
@@ -124,21 +87,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Arjun Mehta", handle: "Boutique Owner", testimonial: "Unmatched reliability and premium catalog depth.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924141.jpg"},
- {
- id: "2", name: "Sarah Jenkins", handle: "Luxury Retailer", testimonial: "The best logistics for international export.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg"},
- {
- id: "3", name: "Hiroshi Tanaka", handle: "Watch Curator", testimonial: "Exquisite curation, always ahead of the trends.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg"},
- {
- id: "4", name: "Anita Rao", handle: "Retail Partner", testimonial: "Professional, efficient, and truly luxury-focused.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg"},
- {
- id: "5", name: "Vikram Seth", handle: "Distributor", testimonial: "Reliable partner for our global operations.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pensive-charming-man_171337-17432.jpg"},
+ { id: "1", name: "Arjun Mehta", handle: "Boutique Owner", testimonial: "Unmatched reliability and premium catalog depth.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924141.jpg" },
+ { id: "2", name: "Sarah Jenkins", handle: "Luxury Retailer", testimonial: "The best logistics for international export.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg" },
+ { id: "3", name: "Hiroshi Tanaka", handle: "Watch Curator", testimonial: "Exquisite curation, always ahead of the trends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg" },
]}
showRating={true}
title="Trusted by Global Retailers"
@@ -149,8 +100,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file