diff --git a/src/app/page.tsx b/src/app/page.tsx index 63e10e1..46cebda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -31,22 +30,10 @@ export default function LandingPage() {
- +
+

Collection

+

New collection coming soon. Stay tuned!

+
@@ -219,27 +80,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "50+", - title: "Years Experience", - description: "Watchmaking expertise.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-wearing-protection-glove_23-2149413401.jpg", - }, - { - id: "m2", - value: "100%", - title: "Inspection", - description: "Quality tested pieces.", - imageSrc: "http://img.b2bpic.net/free-photo/precision-factory-iron-parts-teamwork_1112-1055.jpg", - }, - { - id: "m3", - value: "10K+", - title: "Happy Clients", - description: "Worldwide owners.", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443777.jpg", - }, + { id: "m1", value: "50+", title: "Years Experience", description: "Watchmaking expertise.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-wearing-protection-glove_23-2149413401.jpg" }, + { id: "m2", value: "100%", title: "Inspection", description: "Quality tested pieces.", imageSrc: "http://img.b2bpic.net/free-photo/precision-factory-iron-parts-teamwork_1112-1055.jpg" }, + { id: "m3", value: "10K+", title: "Happy Clients", description: "Worldwide owners.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443777.jpg" }, ]} title="Precision Metrics" description="Our commitment to quality is measured in numbers." @@ -252,41 +95,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "James Anderson", - role: "Collector", - testimonial: "The precision of my Pedez is unmatched. Simply stunning.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", - }, - { - id: "t2", - name: "Maria Garcia", - role: "Designer", - testimonial: "Minimalist, elegant, and perfectly weighted. My new favorite.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg", - }, - { - id: "t3", - name: "Thomas Wright", - role: "Architect", - testimonial: "Build quality is incredible for the price. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-business-man_23-2148479530.jpg", - }, - { - id: "t4", - name: "Emily Chen", - role: "Manager", - testimonial: "Everything about this brand exudes quality and style.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-smiling-mestizo-woman-looking-camera-headshot-portrait_1163-4854.jpg", - }, - { - id: "t5", - name: "David Smith", - role: "Entreprenuer", - testimonial: "Best customer service and a product that exceeded expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-unknown-young-man-posing_23-2149417573.jpg", - }, + { id: "t1", name: "James Anderson", role: "Collector", testimonial: "The precision of my Pedez is unmatched. Simply stunning.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" }, + { id: "t2", name: "Maria Garcia", role: "Designer", testimonial: "Minimalist, elegant, and perfectly weighted. My new favorite.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg" }, ]} title="What Owners Say" description="Trusted by watch enthusiasts across the globe." @@ -297,15 +107,7 @@ export default function LandingPage() { @@ -316,88 +118,33 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Is the watch water resistant?", - content: "Yes, our timepieces feature a 5ATM water resistance rating.", - }, - { - id: "q2", - title: "Do you offer warranty?", - content: "Every Pedez watch comes with a 2-year limited warranty.", - }, - { - id: "q3", - title: "Can I replace the strap?", - content: "Absolutely, all straps are designed for quick and easy replacement.", - }, + { id: "q1", title: "Is the watch water resistant?", content: "Yes, our timepieces feature a 5ATM water resistance rating." }, + { id: "q2", title: "Do you offer warranty?", content: "Every Pedez watch comes with a 2-year limited warranty." }, ]} title="Frequently Asked" description="Everything you need to know about owning a Pedez watch." faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/full-frame-dial-office-wall-clock-classic-style_23-2147943478.jpg" imageAlt="Watch display" - mediaAnimation="slide-up" />