Merge version_1 into main #2
226
src/app/page.tsx
226
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Diamond } from "lucide-react";
|
||||
import { Diamond, Zap, ShieldCheck, Star, Package } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collections", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Via Condotti"
|
||||
/>
|
||||
@@ -59,11 +51,9 @@ export default function LandingPage() {
|
||||
description="ベネチア薫る優雅な輝き。イタリアの伝統ベネチアンガラスと天然石が織りなす、エレガンスの極み。"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collections",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Collections", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-s-arms-wearing-beautiful-jewelry_23-2149640597.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-s-arms-wearing-beautiful-jewelry_23-2149640597.jpg"
|
||||
imageAlt="elegant venetian glass jewelry close-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,7 +66,7 @@ export default function LandingPage() {
|
||||
description="長年、百貨店様へ卸してきたプロ品質のジュエリーを、ECを通じ皆様の日常へお届けします。ベネチアンガラスの色の深みと手仕事の美しさを。"
|
||||
subdescription="一点ずつ検品し、イタリア職人の手仕事に習った確かな作品をお届けいたします。"
|
||||
icon={Diamond}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/master-working-with-metallic-equipments_114579-12213.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/master-working-with-metallic-equipments_114579-12213.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="jeweler working on artisan glass beads"
|
||||
/>
|
||||
@@ -90,47 +80,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Venetian Necklace",
|
||||
price: "¥12,500",
|
||||
variant: "Glass",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mask-key_23-2147747737.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Venetian Necklace", price: "¥12,500", variant: "Glass", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mask-key_23-2147747737.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Natural Stone Ring",
|
||||
price: "¥8,900",
|
||||
variant: "Natural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-engagement-ring-cloth_23-2148966199.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Natural Stone Ring", price: "¥8,900", variant: "Natural", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-engagement-ring-cloth_23-2148966199.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Artisan Earrings",
|
||||
price: "¥7,500",
|
||||
variant: "Glass",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mask-near-ribbons-set-rose-glitters_23-2148050302.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Artisan Earrings", price: "¥7,500", variant: "Glass", imageSrc: "http://img.b2bpic.net/free-photo/mask-near-ribbons-set-rose-glitters_23-2148050302.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Beaded Bracelet",
|
||||
price: "¥9,800",
|
||||
variant: "Artisan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-from-natural-gems-store_1398-2322.jpg",
|
||||
},
|
||||
id: "4", name: "Beaded Bracelet", price: "¥9,800", variant: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-from-natural-gems-store_1398-2322.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Minimalist Chain",
|
||||
price: "¥6,500",
|
||||
variant: "Gold",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-ribbon-gold-necklace_23-2151934133.jpg",
|
||||
},
|
||||
id: "5", name: "Minimalist Chain", price: "¥6,500", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/brown-ribbon-gold-necklace_23-2151934133.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Classic Stone Set",
|
||||
price: "¥15,000",
|
||||
variant: "Set",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handmade-bracelets-made-from-natural-stones_114579-13046.jpg",
|
||||
},
|
||||
id: "6", name: "Classic Stone Set", price: "¥15,000", variant: "Set", imageSrc: "http://img.b2bpic.net/free-photo/handmade-bracelets-made-from-natural-stones_114579-13046.jpg"},
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Discover our signature Venetian glass, natural stone accessories, and daily wear essentials."
|
||||
@@ -143,33 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artisan Craftsmanship",
|
||||
description: "Hand-molded Venetian glass ensuring every piece is unique.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-with-rock_23-2149846563.jpg",
|
||||
imageAlt: "Aesthetic golden earrings with rock",
|
||||
},
|
||||
title: "Artisan Craftsmanship", description: "Hand-molded Venetian glass ensuring every piece is unique.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-with-rock_23-2149846563.jpg", imageAlt: "Aesthetic golden earrings with rock"},
|
||||
{
|
||||
title: "Pro-Grade Quality",
|
||||
description: "Strictest inspection standards derived from 40 years of wholesale.",
|
||||
buttonIcon: "ShieldCheck",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-arms-wearing-beautiful-jewelry_23-2149640597.jpg?_wi=2",
|
||||
imageAlt: "Aesthetic golden earrings with rock",
|
||||
},
|
||||
title: "Pro-Grade Quality", description: "Strictest inspection standards derived from 40 years of wholesale.", buttonIcon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-arms-wearing-beautiful-jewelry_23-2149640597.jpg", imageAlt: "Aesthetic golden earrings with rock"},
|
||||
{
|
||||
title: "Careful Selection",
|
||||
description: "Hand-picked natural stones for maximum aesthetic appeal.",
|
||||
buttonIcon: "Star",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-working-with-metallic-equipments_114579-12213.jpg?_wi=2",
|
||||
imageAlt: "Aesthetic golden earrings with rock",
|
||||
},
|
||||
title: "Careful Selection", description: "Hand-picked natural stones for maximum aesthetic appeal.", buttonIcon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-working-with-metallic-equipments_114579-12213.jpg", imageAlt: "Aesthetic golden earrings with rock"},
|
||||
{
|
||||
title: "Secure Shipping",
|
||||
description: "Every item is carefully packaged and quality-checked before delivery.",
|
||||
buttonIcon: "Package",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mask-key_23-2147747737.jpg?_wi=2",
|
||||
imageAlt: "Aesthetic golden earrings with rock",
|
||||
},
|
||||
title: "Secure Shipping", description: "Every item is carefully packaged and quality-checked before delivery.", buttonIcon: Package,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mask-key_23-2147747737.jpg", imageAlt: "Aesthetic golden earrings with rock"},
|
||||
]}
|
||||
title="Quality Standards"
|
||||
description="What makes our jewelry stand out"
|
||||
@@ -183,31 +127,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Decades of wholesale experience",
|
||||
"Deep industry expertise",
|
||||
],
|
||||
id: "m1", value: "40+", title: "Years Experience", items: [
|
||||
"Decades of wholesale experience", "Deep industry expertise"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Quality Inspected",
|
||||
items: [
|
||||
"Each piece individually checked",
|
||||
"Professional standard",
|
||||
],
|
||||
id: "m2", value: "100%", title: "Quality Inspected", items: [
|
||||
"Each piece individually checked", "Professional standard"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Unique",
|
||||
title: "Handmade Beauty",
|
||||
items: [
|
||||
"One-of-a-kind designs",
|
||||
"Artisan traditions",
|
||||
],
|
||||
id: "m3", value: "Unique", title: "Handmade Beauty", items: [
|
||||
"One-of-a-kind designs", "Artisan traditions"],
|
||||
},
|
||||
]}
|
||||
title="Trusted Excellence"
|
||||
@@ -221,60 +150,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Aki Sato",
|
||||
date: "2024-10-15",
|
||||
title: "Lovely!",
|
||||
quote: "The glass shine is incredible in person.",
|
||||
tag: "Favorite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/very-elegant-woman-looking-away_329181-7317.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-arms-wearing-beautiful-jewelry_23-2149640597.jpg?_wi=3",
|
||||
imageAlt: "smiling woman wearing elegant jewelry",
|
||||
},
|
||||
id: "1", name: "Aki Sato", date: "2024-10-15", title: "Lovely!", quote: "The glass shine is incredible in person.", tag: "Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/very-elegant-woman-looking-away_329181-7317.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-arms-wearing-beautiful-jewelry_23-2149640597.jpg", imageAlt: "smiling woman wearing elegant jewelry"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Yumi Tanaka",
|
||||
date: "2024-11-02",
|
||||
title: "Great quality",
|
||||
quote: "Stunning craftsmanship and fits my daily style perfectly.",
|
||||
tag: "Gift",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-sexy-woman-dressed-elegant-tuxedo-suit-walking-city-summer-spring-day_285396-8011.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-working-with-metallic-equipments_114579-12213.jpg?_wi=3",
|
||||
imageAlt: "smiling woman wearing elegant jewelry",
|
||||
},
|
||||
id: "2", name: "Yumi Tanaka", date: "2024-11-02", title: "Great quality", quote: "Stunning craftsmanship and fits my daily style perfectly.", tag: "Gift", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-sexy-woman-dressed-elegant-tuxedo-suit-walking-city-summer-spring-day_285396-8011.jpg", imageSrc: "http://img.b2bpic.net/free-photo/master-working-with-metallic-equipments_114579-12213.jpg", imageAlt: "smiling woman wearing elegant jewelry"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Keiko Mori",
|
||||
date: "2024-11-10",
|
||||
title: "Unique",
|
||||
quote: "Found a beautiful piece that gets compliments every day.",
|
||||
tag: "Beautiful",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-dark-skinned-happy-successful-blogger-woman-with-bushy-hairdo-creats-news-publication_273609-3193.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mask-key_23-2147747737.jpg?_wi=3",
|
||||
imageAlt: "smiling woman wearing elegant jewelry",
|
||||
},
|
||||
id: "3", name: "Keiko Mori", date: "2024-11-10", title: "Unique", quote: "Found a beautiful piece that gets compliments every day.", tag: "Beautiful", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-dark-skinned-happy-successful-blogger-woman-with-bushy-hairdo-creats-news-publication_273609-3193.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mask-key_23-2147747737.jpg", imageAlt: "smiling woman wearing elegant jewelry"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hana K.",
|
||||
date: "2024-12-01",
|
||||
title: "So elegant",
|
||||
quote: "The weight of the stones feels premium and real.",
|
||||
tag: "Premium",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149684350.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-engagement-ring-cloth_23-2148966199.jpg?_wi=2",
|
||||
imageAlt: "smiling woman wearing elegant jewelry",
|
||||
},
|
||||
id: "4", name: "Hana K.", date: "2024-12-01", title: "So elegant", quote: "The weight of the stones feels premium and real.", tag: "Premium", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149684350.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-engagement-ring-cloth_23-2148966199.jpg", imageAlt: "smiling woman wearing elegant jewelry"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rina S.",
|
||||
date: "2024-12-15",
|
||||
title: "Top service",
|
||||
quote: "Shipping was fast and the packaging was so careful.",
|
||||
tag: "Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-blurry-bohemian-woman_23-2149726234.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mask-near-ribbons-set-rose-glitters_23-2148050302.jpg?_wi=2",
|
||||
imageAlt: "smiling woman wearing elegant jewelry",
|
||||
},
|
||||
id: "5", name: "Rina S.", date: "2024-12-15", title: "Top service", quote: "Shipping was fast and the packaging was so careful.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-blurry-bohemian-woman_23-2149726234.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mask-near-ribbons-set-rose-glitters_23-2148050302.jpg", imageAlt: "smiling woman wearing elegant jewelry"},
|
||||
]}
|
||||
title="Voices of Elegance"
|
||||
description="Heartfelt feedback from our valued customers"
|
||||
@@ -286,20 +170,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do you ensure quality?",
|
||||
content: "Every piece is inspected for quality and integrity by our professional team.",
|
||||
},
|
||||
id: "f1", title: "How do you ensure quality?", content: "Every piece is inspected for quality and integrity by our professional team."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are the glass items handmade?",
|
||||
content: "Yes, our Venetian glass jewelry is handcrafted by skilled artisans.",
|
||||
},
|
||||
id: "f2", title: "Are the glass items handmade?", content: "Yes, our Venetian glass jewelry is handcrafted by skilled artisans."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How is shipping handled?",
|
||||
content: "We ship all items carefully packaged after individual inspection.",
|
||||
},
|
||||
id: "f3", title: "How is shipping handled?", content: "We ship all items carefully packaged after individual inspection."},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
sideDescription="We are here to help with any inquiries about our pieces."
|
||||
@@ -311,14 +186,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="気になる点はどうぞお気軽にお問い合わせ下さい。"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@viacondotti.example",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:info@viacondotti.example"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -327,29 +199,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Shipping Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Info", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user