From 61c8cb10d0f0487e4418711739d1500ed5ced348 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:26:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 161 ++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 121 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d440500..323bbdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award } from "lucide-react"; +import { Award, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,62 +45,39 @@ export default function LandingPage() {
@@ -132,28 +101,16 @@ export default function LandingPage() { 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: "Automatics", description: "The pinnacle of self-winding mechanical artistry.", imageSrc: "http://img.b2bpic.net/free-photo/clockwork_53876-33673.jpg", 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: "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: "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: "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" @@ -168,45 +125,20 @@ export default function LandingPage() { 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: "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: "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: "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: "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: "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"}, ]} showRating={true} title="Trusted by Global Retailers" @@ -218,15 +150,14 @@ export default function LandingPage() { @@ -236,33 +167,21 @@ export default function LandingPage() { logoText="Chronos Luxury" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Catalog", - href: "#catalog", - }, + label: "Catalog", href: "#catalog"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} -- 2.49.1