Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-05 08:49:24 +00:00
3 changed files with 66 additions and 192 deletions

View File

@@ -19,9 +19,7 @@ export default function AppointmentsPage() {
];
const navButton = {
text: "Visit Showroom",
href: "/appointments",
};
text: "Visit Showroom", href: "/appointments"};
return (
<ThemeProvider
@@ -30,7 +28,7 @@ export default function AppointmentsPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -56,7 +54,7 @@ export default function AppointmentsPage() {
{ text: "Call Us", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -72,7 +70,7 @@ export default function AppointmentsPage() {
{ value: "1-on-1", title: "Personal Consultation" },
{ value: "100%", title: "Exclusive Access" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-s-hands-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20850.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-s-hands-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20850.jpg"
imageAlt="Personalized consultation at Timeless"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -92,35 +90,17 @@ export default function AppointmentsPage() {
gridVariant="uniform-all-items-equal"
testimonials={[
{
id: "1",
name: "David Richardson",
role: "Watch Collector",
company: "Private Collector",
rating: 5,
id: "1", name: "David Richardson", role: "Watch Collector", company: "Private Collector", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "David Richardson",
},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Richardson"},
{
id: "2",
name: "Sophie Laurent",
role: "Gallery Owner",
company: "Laurent Galleries",
rating: 5,
id: "2", name: "Sophie Laurent", role: "Gallery Owner", company: "Laurent Galleries", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
imageAlt: "Sophie Laurent",
},
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sophie Laurent"},
{
id: "3",
name: "Michael Thomson",
role: "Investment Manager",
company: "Capital Ventures",
rating: 5,
id: "3", name: "Michael Thomson", role: "Investment Manager", company: "Capital Ventures", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
imageAlt: "Michael Thomson",
},
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Michael Thomson"},
]}
/>
</div>

View File

@@ -18,9 +18,7 @@ export default function GalleryPage() {
];
const navButton = {
text: "Visit Showroom",
href: "/appointments",
};
text: "Visit Showroom", href: "/appointments"};
return (
<ThemeProvider
@@ -29,7 +27,7 @@ export default function GalleryPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -55,44 +53,26 @@ export default function GalleryPage() {
{ text: "Contact Us", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
carouselItems={[
{
id: "1",
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=2",
imageAlt: "Luxury chronograph watch",
},
id: "1", imageSrc:
"http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Luxury chronograph watch"},
{
id: "2",
imageSrc:
"http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg?_wi=3",
imageAlt: "Premium dress watch",
},
id: "2", imageSrc:
"http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg", imageAlt: "Premium dress watch"},
{
id: "3",
imageSrc:
"http://img.b2bpic.net/free-photo/computer-smart-hand-people-hair_1157-4213.jpg?_wi=2",
imageAlt: "Elegant ladies watch",
},
id: "3", imageSrc:
"http://img.b2bpic.net/free-photo/computer-smart-hand-people-hair_1157-4213.jpg", imageAlt: "Elegant ladies watch"},
{
id: "4",
imageSrc:
"http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=3",
imageAlt: "Sports luxury watch",
},
id: "4", imageSrc:
"http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Sports luxury watch"},
{
id: "5",
imageSrc:
"http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg?_wi=3",
imageAlt: "Classic heritage timepiece",
},
id: "5", imageSrc:
"http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg", imageAlt: "Classic heritage timepiece"},
{
id: "6",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-suit-more-precisely-his-hands-ring-wristwatch_181624-23031.jpg?_wi=2",
imageAlt: "Limited edition watch",
},
id: "6", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-suit-more-precisely-his-hands-ring-wristwatch_181624-23031.jpg", imageAlt: "Limited edition watch"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -113,31 +93,16 @@ export default function GalleryPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "Aquamarine Chronograph",
price: "$18,500",
imageSrc:
"http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=4",
imageAlt: "Aquamarine Chronograph luxury watch",
initialQuantity: 1,
id: "1", name: "Aquamarine Chronograph", price: "$18,500", imageSrc:
"http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Aquamarine Chronograph luxury watch", initialQuantity: 1,
},
{
id: "2",
name: "Midnight Elegance Dress Watch",
price: "$12,800",
imageSrc:
"http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg?_wi=4",
imageAlt: "Midnight Elegance Dress watch",
initialQuantity: 1,
id: "2", name: "Midnight Elegance Dress Watch", price: "$12,800", imageSrc:
"http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg", imageAlt: "Midnight Elegance Dress watch", initialQuantity: 1,
},
{
id: "3",
name: "Golden Heritage Automatic",
price: "$22,000",
imageSrc:
"http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg?_wi=4",
imageAlt: "Golden Heritage Automatic timepiece",
initialQuantity: 1,
id: "3", name: "Golden Heritage Automatic", price: "$22,000", imageSrc:
"http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg", imageAlt: "Golden Heritage Automatic timepiece", initialQuantity: 1,
},
]}
/>

View File

@@ -21,9 +21,7 @@ export default function HomePage() {
];
const navButton = {
text: "Visit Showroom",
href: "/appointments",
};
text: "Visit Showroom", href: "/appointments"};
return (
<ThemeProvider
@@ -32,7 +30,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -58,44 +56,26 @@ export default function HomePage() {
{ text: "Book Appointment", href: "/appointments" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
carouselItems={[
{
id: "1",
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=1",
imageAlt: "Luxury chronograph watch",
},
id: "1", imageSrc:
"http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Luxury chronograph watch"},
{
id: "2",
imageSrc:
"http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg?_wi=1",
imageAlt: "Premium dress watch",
},
id: "2", imageSrc:
"http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg", imageAlt: "Premium dress watch"},
{
id: "3",
imageSrc:
"http://img.b2bpic.net/free-photo/computer-smart-hand-people-hair_1157-4213.jpg?_wi=1",
imageAlt: "Elegant ladies watch",
},
id: "3", imageSrc:
"http://img.b2bpic.net/free-photo/computer-smart-hand-people-hair_1157-4213.jpg", imageAlt: "Elegant ladies watch"},
{
id: "4",
imageSrc:
"http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=1",
imageAlt: "Sports luxury watch",
},
id: "4", imageSrc:
"http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Sports luxury watch"},
{
id: "5",
imageSrc:
"http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg?_wi=1",
imageAlt: "Classic heritage timepiece",
},
id: "5", imageSrc:
"http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg", imageAlt: "Classic heritage timepiece"},
{
id: "6",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-suit-more-precisely-his-hands-ring-wristwatch_181624-23031.jpg?_wi=1",
imageAlt: "Limited edition watch",
},
id: "6", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-suit-more-precisely-his-hands-ring-wristwatch_181624-23031.jpg", imageAlt: "Limited edition watch"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -113,7 +93,7 @@ export default function HomePage() {
{ value: "25+", title: "Years of Expertise" },
{ value: "500+", title: "Premium Collections" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-s-hands-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20850.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-s-hands-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20850.jpg"
imageAlt="Timeless boutique showroom"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -135,31 +115,16 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "Aquamarine Chronograph",
price: "$18,500",
imageSrc:
"http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=2",
imageAlt: "Aquamarine Chronograph luxury watch",
initialQuantity: 1,
id: "1", name: "Aquamarine Chronograph", price: "$18,500", imageSrc:
"http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Aquamarine Chronograph luxury watch", initialQuantity: 1,
},
{
id: "2",
name: "Midnight Elegance Dress Watch",
price: "$12,800",
imageSrc:
"http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg?_wi=2",
imageAlt: "Midnight Elegance Dress watch",
initialQuantity: 1,
id: "2", name: "Midnight Elegance Dress Watch", price: "$12,800", imageSrc:
"http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg", imageAlt: "Midnight Elegance Dress watch", initialQuantity: 1,
},
{
id: "3",
name: "Golden Heritage Automatic",
price: "$22,000",
imageSrc:
"http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg?_wi=2",
imageAlt: "Golden Heritage Automatic timepiece",
initialQuantity: 1,
id: "3", name: "Golden Heritage Automatic", price: "$22,000", imageSrc:
"http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg", imageAlt: "Golden Heritage Automatic timepiece", initialQuantity: 1,
},
]}
/>
@@ -177,65 +142,29 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
testimonials={[
{
id: "1",
name: "Alexander Sterling",
role: "Private Collector",
company: "Heritage Collections",
rating: 5,
id: "1", name: "Alexander Sterling", role: "Private Collector", company: "Heritage Collections", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Alexander Sterling",
},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexander Sterling"},
{
id: "2",
name: "Catherine Beaumont",
role: "CEO",
company: "Luxury Goods International",
rating: 5,
id: "2", name: "Catherine Beaumont", role: "CEO", company: "Luxury Goods International", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
imageAlt: "Catherine Beaumont",
},
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Catherine Beaumont"},
{
id: "3",
name: "Marcus Rothschild",
role: "Investment Advisor",
company: "Fine Assets Corp",
rating: 5,
id: "3", name: "Marcus Rothschild", role: "Investment Advisor", company: "Fine Assets Corp", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
imageAlt: "Marcus Rothschild",
},
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Marcus Rothschild"},
{
id: "4",
name: "Victoria Chen",
role: "Entrepreneur",
company: "Prestige Ventures",
rating: 5,
id: "4", name: "Victoria Chen", role: "Entrepreneur", company: "Prestige Ventures", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg",
imageAlt: "Victoria Chen",
},
"http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Victoria Chen"},
{
id: "5",
name: "James Montgomery",
role: "Art Curator",
company: "Metropolitan Collections",
rating: 5,
id: "5", name: "James Montgomery", role: "Art Curator", company: "Metropolitan Collections", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "James Montgomery",
},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Montgomery"},
{
id: "6",
name: "Isabella Fontaine",
role: "Fashion Designer",
company: "Fontaine Atelier",
rating: 5,
id: "6", name: "Isabella Fontaine", role: "Fashion Designer", company: "Fontaine Atelier", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageAlt: "Isabella Fontaine",
},
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Isabella Fontaine"},
]}
/>
</div>
@@ -252,7 +181,7 @@ export default function HomePage() {
{ text: "Learn More", href: "/contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>