Merge version_2 into main #2
@@ -51,16 +51,16 @@ const footerColumns = [
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="semibold"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="none"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
@@ -86,24 +86,16 @@ export default function AboutPage() {
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Founded in 1967",
|
||||
description: "Established by master craftsmen with a vision to create jewelry that transcends trends and becomes heirloom-worthy.",
|
||||
icon: Hammer,
|
||||
title: "Founded in 1967", description: "Established by master craftsmen with a vision to create jewelry that transcends trends and becomes heirloom-worthy.", icon: Hammer,
|
||||
},
|
||||
{
|
||||
title: "Ethical Sourcing",
|
||||
description: "All precious metals and gemstones are ethically sourced with full transparency and conflict-free certification.",
|
||||
icon: Gem,
|
||||
title: "Ethical Sourcing", description: "All precious metals and gemstones are ethically sourced with full transparency and conflict-free certification.", icon: Gem,
|
||||
},
|
||||
{
|
||||
title: "Artisan Community",
|
||||
description: "We support and employ master craftspeople who bring decades of knowledge and passion to every piece.",
|
||||
icon: Palette,
|
||||
title: "Artisan Community", description: "We support and employ master craftspeople who bring decades of knowledge and passion to every piece.", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Global Trust",
|
||||
description: "Our reputation is built on consistent excellence, reliability, and long-term partnerships with retailers worldwide.",
|
||||
icon: Globe,
|
||||
title: "Global Trust", description: "Our reputation is built on consistent excellence, reliability, and long-term partnerships with retailers worldwide.", icon: Globe,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
@@ -154,4 +146,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,16 +50,16 @@ const footerColumns = [
|
||||
export default function CollectionsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="semibold"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="none"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
@@ -83,37 +83,13 @@ export default function CollectionsPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Eternal Elegance Ring",
|
||||
price: "$2,850",
|
||||
variant: "18K White Gold | 5 Styles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg?_wi=2",
|
||||
imageAlt: "Engagement ring",
|
||||
},
|
||||
id: "1", name: "Eternal Elegance Ring", price: "$2,850", variant: "18K White Gold | 5 Styles", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg?_wi=2", imageAlt: "Engagement ring"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Luminous Pendant",
|
||||
price: "$1,950",
|
||||
variant: "18K Gold | Diamond Center",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490484.jpg?_wi=2",
|
||||
imageAlt: "Diamond pendant",
|
||||
},
|
||||
id: "2", name: "Luminous Pendant", price: "$1,950", variant: "18K Gold | Diamond Center", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490484.jpg?_wi=2", imageAlt: "Diamond pendant"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Heritage Earrings",
|
||||
price: "$1,450",
|
||||
variant: "Stud Design | 3 Finishes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2059.jpg?_wi=2",
|
||||
imageAlt: "Diamond earrings",
|
||||
},
|
||||
id: "3", name: "Heritage Earrings", price: "$1,450", variant: "Stud Design | 3 Finishes", imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2059.jpg?_wi=2", imageAlt: "Diamond earrings"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Signature Bracelet",
|
||||
price: "$2,200",
|
||||
variant: "Mixed Metal | Adjustable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=2",
|
||||
imageAlt: "Luxury bracelet",
|
||||
},
|
||||
id: "4", name: "Signature Bracelet", price: "$2,200", variant: "Mixed Metal | Adjustable", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=2", imageAlt: "Luxury bracelet"},
|
||||
]}
|
||||
buttons={[{ text: "Request Price List", href: "/contact" }]}
|
||||
/>
|
||||
@@ -144,4 +120,4 @@ export default function CollectionsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,16 +50,16 @@ const footerColumns = [
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="semibold"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="none"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
@@ -101,23 +101,14 @@ export default function ContactPage() {
|
||||
useInvertedBackground={true}
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Wholesale & Distribution",
|
||||
content:
|
||||
"Email: wholesale@leopizzo.com | Phone: +39 2 XXXX XXXX - For retailers and distributors looking to stock our collections.",
|
||||
},
|
||||
id: "1", title: "Wholesale & Distribution", content:
|
||||
"Email: wholesale@leopizzo.com | Phone: +39 2 XXXX XXXX - For retailers and distributors looking to stock our collections."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Custom Design Services",
|
||||
content:
|
||||
"Email: custom@leopizzo.com | Phone: +39 2 XXXX XXXX - For custom collection development and bespoke jewelry creation.",
|
||||
},
|
||||
id: "2", title: "Custom Design Services", content:
|
||||
"Email: custom@leopizzo.com | Phone: +39 2 XXXX XXXX - For custom collection development and bespoke jewelry creation."},
|
||||
{
|
||||
id: "3",
|
||||
title: "General Inquiries",
|
||||
content:
|
||||
"Email: info@leopizzo.com | Address: Via Roma 42, Milano, Italy - For any other questions or partnership opportunities.",
|
||||
},
|
||||
id: "3", title: "General Inquiries", content:
|
||||
"Email: info@leopizzo.com | Address: Via Roma 42, Milano, Italy - For any other questions or partnership opportunities."},
|
||||
]}
|
||||
buttons={[{ text: "Email Us", href: "#" }]}
|
||||
/>
|
||||
@@ -131,4 +122,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,29 +1,24 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
import { Playfair_Display, Montserrat } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3",
|
||||
subsets: ["latin"]
|
||||
const playfairDisplay = Playfair_Display({
|
||||
variable: "--font-playfair-display", subsets: ["latin"],
|
||||
weight: ["400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Leo Pizzo - Luxury B2B Jewelry Wholesale & Collections",
|
||||
description: "Premium fine jewelry for discerning retailers. Explore exclusive wholesale collections, bespoke designs, and certified luxury pieces crafted with heritage excellence.",
|
||||
keywords: "luxury jewelry, B2B jewelry wholesale, fine jewelry, diamond jewelry, jewelry supplier, bespoke jewelry, premium jewelry collections",
|
||||
openGraph: {
|
||||
title: "Leo Pizzo - Luxury Jewelry Partner",
|
||||
description: "Elevate your retail collection with premium, certified fine jewelry from Leo Pizzo. 57 years of heritage craftsmanship.",
|
||||
siteName: "Leo Pizzo",
|
||||
type: "website",
|
||||
},
|
||||
title: "Leo Pizzo - Luxury B2B Jewelry Wholesale & Collections", description: "Premium fine jewelry for discerning retailers. Explore exclusive wholesale collections, bespoke designs, and certified luxury pieces crafted with heritage excellence.", keywords: "luxury jewelry, B2B jewelry wholesale, fine jewelry, diamond jewelry, jewelry supplier, bespoke jewelry, premium jewelry collections", openGraph: {
|
||||
title: "Leo Pizzo - Luxury Jewelry Partner", description: "Elevate your retail collection with premium, certified fine jewelry from Leo Pizzo. 57 years of heritage craftsmanship.", siteName: "Leo Pizzo", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Leo Pizzo - Luxury B2B Jewelry",
|
||||
description: "Premium jewelry collections for luxury retailers worldwide.",
|
||||
},
|
||||
card: "summary_large_image", title: "Leo Pizzo - Luxury B2B Jewelry", description: "Premium jewelry collections for luxury retailers worldwide."},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -34,7 +29,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${sourceSans3.variable} antialiased`}>
|
||||
<body className={`${playfairDisplay.variable} ${montserrat.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
@@ -1408,4 +1403,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
184
src/app/page.tsx
184
src/app/page.tsx
@@ -55,16 +55,16 @@ const footerColumns = [
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="semibold"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="none"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
@@ -90,19 +90,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Antonio Ricci",
|
||||
handle: "Boutique Owner, Milan",
|
||||
testimonial: "Leo Pizzo's craftsmanship is unparalleled. Every piece elevates our collection.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=1",
|
||||
},
|
||||
name: "Antonio Ricci", handle: "Boutique Owner, Milan", testimonial: "Leo Pizzo's craftsmanship is unparalleled. Every piece elevates our collection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=1"},
|
||||
{
|
||||
name: "Catherine Dubois",
|
||||
handle: "Jewelry Curator, Paris",
|
||||
testimonial: "The quality and design consistency is exceptional. Our clients adore these pieces.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=2",
|
||||
},
|
||||
name: "Catherine Dubois", handle: "Jewelry Curator, Paris", testimonial: "The quality and design consistency is exceptional. Our clients adore these pieces.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=2"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -128,24 +120,16 @@ export default function HomePage() {
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Master Craftsmanship",
|
||||
description: "Each piece is hand-crafted by our master artisans with decades of experience and uncompromising attention to detail.",
|
||||
icon: Hammer,
|
||||
title: "Master Craftsmanship", description: "Each piece is hand-crafted by our master artisans with decades of experience and uncompromising attention to detail.", icon: Hammer,
|
||||
},
|
||||
{
|
||||
title: "Premium Materials",
|
||||
description: "We exclusively source ethically-obtained precious metals and conflict-free gemstones for all our collections.",
|
||||
icon: Gem,
|
||||
title: "Premium Materials", description: "We exclusively source ethically-obtained precious metals and conflict-free gemstones for all our collections.", icon: Gem,
|
||||
},
|
||||
{
|
||||
title: "Bespoke Solutions",
|
||||
description: "Custom designs tailored to your brand's vision and specifications with full creative collaboration.",
|
||||
icon: Palette,
|
||||
title: "Bespoke Solutions", description: "Custom designs tailored to your brand's vision and specifications with full creative collaboration.", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Global Distribution",
|
||||
description: "Trusted by boutiques and retailers in over 40 countries with reliable logistics and support.",
|
||||
icon: Globe,
|
||||
title: "Global Distribution", description: "Trusted by boutiques and retailers in over 40 countries with reliable logistics and support.", icon: Globe,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Our Story", href: "#" }]}
|
||||
@@ -166,29 +150,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Wholesale & Distribution Programs",
|
||||
content:
|
||||
"Competitive pricing tiers for retailers with flexible minimum orders, dedicated account management, and priority fulfillment.",
|
||||
},
|
||||
id: "1", title: "Wholesale & Distribution Programs", content:
|
||||
"Competitive pricing tiers for retailers with flexible minimum orders, dedicated account management, and priority fulfillment."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Custom Collection Development",
|
||||
content:
|
||||
"Work with our design team to create exclusive collections that reflect your brand identity and market positioning.",
|
||||
},
|
||||
id: "2", title: "Custom Collection Development", content:
|
||||
"Work with our design team to create exclusive collections that reflect your brand identity and market positioning."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Technical Support & Training",
|
||||
content:
|
||||
"Complete training for your sales team on product heritage, craftsmanship details, and jewelry care recommendations.",
|
||||
},
|
||||
id: "3", title: "Technical Support & Training", content:
|
||||
"Complete training for your sales team on product heritage, craftsmanship details, and jewelry care recommendations."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Certified Quality Assurance",
|
||||
content:
|
||||
"Every piece undergoes rigorous quality control and comes with comprehensive certification and documentation.",
|
||||
},
|
||||
id: "4", title: "Certified Quality Assurance", content:
|
||||
"Every piece undergoes rigorous quality control and comes with comprehensive certification and documentation."},
|
||||
]}
|
||||
buttons={[{ text: "Become a Partner", href: "/contact" }]}
|
||||
/>
|
||||
@@ -207,37 +179,13 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Eternal Elegance Ring",
|
||||
price: "$2,850",
|
||||
variant: "18K White Gold | 5 Styles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg?_wi=1",
|
||||
imageAlt: "Engagement ring",
|
||||
},
|
||||
id: "1", name: "Eternal Elegance Ring", price: "$2,850", variant: "18K White Gold | 5 Styles", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg?_wi=1", imageAlt: "Engagement ring"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Luminous Pendant",
|
||||
price: "$1,950",
|
||||
variant: "18K Gold | Diamond Center",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490484.jpg?_wi=1",
|
||||
imageAlt: "Diamond pendant",
|
||||
},
|
||||
id: "2", name: "Luminous Pendant", price: "$1,950", variant: "18K Gold | Diamond Center", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490484.jpg?_wi=1", imageAlt: "Diamond pendant"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Heritage Earrings",
|
||||
price: "$1,450",
|
||||
variant: "Stud Design | 3 Finishes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2059.jpg?_wi=1",
|
||||
imageAlt: "Diamond earrings",
|
||||
},
|
||||
id: "3", name: "Heritage Earrings", price: "$1,450", variant: "Stud Design | 3 Finishes", imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2059.jpg?_wi=1", imageAlt: "Diamond earrings"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Signature Bracelet",
|
||||
price: "$2,200",
|
||||
variant: "Mixed Metal | Adjustable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=1",
|
||||
imageAlt: "Luxury bracelet",
|
||||
},
|
||||
id: "4", name: "Signature Bracelet", price: "$2,200", variant: "Mixed Metal | Adjustable", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=1", imageAlt: "Luxury bracelet"},
|
||||
]}
|
||||
buttons={[{ text: "View Full Catalog", href: "/collections" }]}
|
||||
/>
|
||||
@@ -254,71 +202,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco Esposito, CEO of Esposito Gioielleria",
|
||||
date: "Date: November 2024",
|
||||
title: "Unmatched Quality and Service Excellence",
|
||||
quote:
|
||||
"Our partnership with Leo Pizzo has transformed our jewelry retail business. The collection diversity and consistent quality have made us a destination for luxury jewelry in our region.",
|
||||
tag: "Premium Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Marco Esposito, CEO of Esposito Gioielleria", date: "Date: November 2024", title: "Unmatched Quality and Service Excellence", quote:
|
||||
"Our partnership with Leo Pizzo has transformed our jewelry retail business. The collection diversity and consistent quality have made us a destination for luxury jewelry in our region.", tag: "Premium Partner", avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=3"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophie Laurent, Boutique Manager",
|
||||
date: "Date: October 2024",
|
||||
title: "Exceptional Artistry and Reliability",
|
||||
quote:
|
||||
"Working with Leo Pizzo means working with true craftspeople. Every piece tells a story, and our customers recognize and appreciate that authenticity immediately.",
|
||||
tag: "Retail Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=4",
|
||||
},
|
||||
id: "2", name: "Sophie Laurent, Boutique Manager", date: "Date: October 2024", title: "Exceptional Artistry and Reliability", quote:
|
||||
"Working with Leo Pizzo means working with true craftspeople. Every piece tells a story, and our customers recognize and appreciate that authenticity immediately.", tag: "Retail Partner", avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=4"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Chen, Jewelry Distributor",
|
||||
date: "Date: September 2024",
|
||||
title: "Premium Quality at Competitive Rates",
|
||||
quote:
|
||||
"Leo Pizzo offers the perfect balance of luxury, quality, and reasonable wholesale pricing. Our retail partners keep coming back for more.",
|
||||
tag: "Distributor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=5",
|
||||
},
|
||||
id: "3", name: "David Chen, Jewelry Distributor", date: "Date: September 2024", title: "Premium Quality at Competitive Rates", quote:
|
||||
"Leo Pizzo offers the perfect balance of luxury, quality, and reasonable wholesale pricing. Our retail partners keep coming back for more.", tag: "Distributor", avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=5"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Isabella Romano, Fashion Consultant",
|
||||
date: "Date: August 2024",
|
||||
title: "Design Innovation and Heritage",
|
||||
quote:
|
||||
"What impresses me most is how Leo Pizzo respects traditional craftsmanship while incorporating contemporary design trends. It's the best of both worlds.",
|
||||
tag: "Fashion Advisor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=6",
|
||||
},
|
||||
id: "4", name: "Isabella Romano, Fashion Consultant", date: "Date: August 2024", title: "Design Innovation and Heritage", quote:
|
||||
"What impresses me most is how Leo Pizzo respects traditional craftsmanship while incorporating contemporary design trends. It's the best of both worlds.", tag: "Fashion Advisor", avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=6"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Thomas Weber, Luxury Brand Curator",
|
||||
date: "Date: July 2024",
|
||||
title: "A Legacy of Excellence",
|
||||
quote:
|
||||
"57 years of heritage shows in every detail. Leo Pizzo is more than a supplier; they're a trusted partner in our brand story.",
|
||||
tag: "Luxury Curator",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=7",
|
||||
},
|
||||
id: "5", name: "Thomas Weber, Luxury Brand Curator", date: "Date: July 2024", title: "A Legacy of Excellence", quote:
|
||||
"57 years of heritage shows in every detail. Leo Pizzo is more than a supplier; they're a trusted partner in our brand story.", tag: "Luxury Curator", avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=7"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Natasha Volkov, Retail Director",
|
||||
date: "Date: June 2024",
|
||||
title: "Consistent Excellence",
|
||||
quote:
|
||||
"From customer service to product delivery, every interaction with Leo Pizzo reflects their commitment to excellence and professional standards.",
|
||||
tag: "Retail Director",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=8",
|
||||
},
|
||||
id: "6", name: "Natasha Volkov, Retail Director", date: "Date: June 2024", title: "Consistent Excellence", quote:
|
||||
"From customer service to product delivery, every interaction with Leo Pizzo reflects their commitment to excellence and professional standards.", tag: "Retail Director", avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=8"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -367,4 +267,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-source-sans-3), sans-serif;
|
||||
font-family: var(--font-montserrat), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-source-sans-3), sans-serif;
|
||||
font-family: var(--font-playfair-display), serif;
|
||||
}
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #ffffff;;
|
||||
--card: #f9f9f9;;
|
||||
--foreground: #120a00e6;;
|
||||
--primary-cta: #E34400;;
|
||||
--secondary-cta: #f9f9f9;;
|
||||
--accent: #e2e2e2;;
|
||||
--background-accent: #E34400;; */
|
||||
/* --background: #fffefe;;
|
||||
--card: #f6f7f4;;
|
||||
--foreground: #080908;;
|
||||
--primary-cta: #0e3a29;;
|
||||
--secondary-cta: #e7eecd;;
|
||||
--accent: #35c18b;;
|
||||
--background-accent: #ecebe4;; */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #f9f9f9;;
|
||||
--foreground: #120a00e6;;
|
||||
--primary-cta: #E34400;;
|
||||
--background: #fffefe;;
|
||||
--card: #f6f7f4;;
|
||||
--foreground: #080908;;
|
||||
--primary-cta: #0e3a29;;
|
||||
--primary-cta-text: #ffffff;;
|
||||
--secondary-cta: #f9f9f9;;
|
||||
--secondary-cta: #e7eecd;;
|
||||
--secondary-cta-text: #120a00e6;;
|
||||
--accent: #e2e2e2;;
|
||||
--background-accent: #E34400;;
|
||||
--accent: #35c18b;;
|
||||
--background-accent: #ecebe4;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user