Merge version_1 into main #3
@@ -28,9 +28,7 @@ export default function AboutPage() {
|
||||
navItems={[
|
||||
{ name: "Collections", id: "/collections" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Featured", id: "/" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Shop", id: "/" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -27,11 +27,9 @@ export default function CollectionsPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="Prestige Timepieces"
|
||||
navItems={[
|
||||
{ name: "Collections", id: "/" },
|
||||
{ name: "Collections", id: "/collections" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Featured", id: "/" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Shop", id: "/" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Mail, Phone, MapPin } from 'lucide-react';
|
||||
import { Mail } from 'lucide-react';
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
@@ -27,9 +27,7 @@ export default function ContactPage() {
|
||||
navItems={[
|
||||
{ name: "Collections", id: "/collections" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Featured", id: "/" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Shop", id: "/" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -11,6 +11,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Watch, Sparkles, Award, Mail } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -30,11 +31,9 @@ export default function HomePage() {
|
||||
<NavbarStyleApple
|
||||
brandName="Prestige Timepieces"
|
||||
navItems={[
|
||||
{ name: "Collections", id: "collections" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Featured", id: "featured" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "pricing" }
|
||||
{ name: "Collections", id: "/collections" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -67,7 +66,7 @@ export default function HomePage() {
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Browse Collection", href: "/collections" },
|
||||
{ text: "Schedule Consultation", href: "/contact" }
|
||||
{ text: "Schedule Consultation", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -167,7 +166,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "exclusive", title: "Exclusive Luxury", price: "$30,000+", period: "Prestige Line", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Exclusive Luxury Watches", button: { text: "Contact", href: "/contact" },
|
||||
id: "exclusive", title: "Exclusive Luxury", price: "$30,000+", period: "Prestige Line", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Exclusive Luxury Watches", button: { text: "Contact", href: "#contact" },
|
||||
features: [
|
||||
"Ultra-rare vintage pieces", "Museum-quality examples", "Personal concierge service", "Bespoke sourcing available", "Lifetime authentication"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user