Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 05:59:06 +00:00

View File

@@ -9,7 +9,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Sparkles, Award, ArrowRight, CheckCircle, Globe, Crown, Palette, Mail, Heart } from "lucide-react";
import { Sparkles, Award, ArrowRight, CheckCircle, Globe, Crown, Palette, Mail, Heart, Shield } from "lucide-react";
export default function LandingPage() {
return (
@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Global Fusion Pottery, Handcrafted for Collectors"
description="Explore ceramic works blending techniques and aesthetics from around the world. Each piece tells a story of cultural dialogue and artistic mastery."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "20+", label: "Years of Expertise" },
{ value: "500+", label: "Pieces Created" },
@@ -89,16 +89,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Terracotta Vessel", description: "Hand-thrown earthenware with traditional glazing techniques", imageSrc: "http://img.b2bpic.net/free-photo/variety-bowls-cups-modern-household-shop_169016-43469.jpg?_wi=1", imageAlt: "Terracotta vessel", buttonIcon: ArrowRight,
title: "Terracotta Vessel", description: "Hand-thrown earthenware with traditional glazing techniques", imageSrc: "http://img.b2bpic.net/free-photo/variety-bowls-cups-modern-household-shop_169016-43469.jpg", imageAlt: "Terracotta vessel", buttonIcon: ArrowRight,
buttonHref: "#contact"},
{
title: "Ochre Sculptural Piece", description: "Contemporary sculptural form inspired by ancient pottery", imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg?_wi=1", imageAlt: "Ochre sculptural pottery", buttonIcon: ArrowRight,
title: "Ochre Sculptural Piece", description: "Contemporary sculptural form inspired by ancient pottery", imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg", imageAlt: "Ochre sculptural pottery", buttonIcon: ArrowRight,
buttonHref: "#contact"},
{
title: "Clay Bowl Series", description: "Functional art blending Eastern and Western ceramic traditions", imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-115978.jpg?_wi=1", imageAlt: "Clay bowl series", buttonIcon: ArrowRight,
title: "Clay Bowl Series", description: "Functional art blending Eastern and Western ceramic traditions", imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-115978.jpg", imageAlt: "Clay bowl series", buttonIcon: ArrowRight,
buttonHref: "#contact"},
{
title: "Deep Clay Collector's Piece", description: "Limited edition sculpture for discerning art collectors", imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg?_wi=2", imageAlt: "Deep clay collector's piece", buttonIcon: ArrowRight,
title: "Deep Clay Collector's Piece", description: "Limited edition sculpture for discerning art collectors", imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg", imageAlt: "Deep clay collector's piece", buttonIcon: ArrowRight,
buttonHref: "#contact"},
]}
textboxLayout="default"
@@ -115,20 +115,20 @@ export default function LandingPage() {
title="Why Choose Clay Pot"
description="Experience the intersection of traditional craftsmanship and contemporary design philosophy."
tag="Our Commitment"
tagIcon={Award}
tagIcon={Shield}
tagAnimation="slide-up"
features={[
{
title: "Authentic Craftsmanship", description: "Every piece is hand-thrown and finished by the artist, ensuring genuine artistry", imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164903.jpg?_wi=1", imageAlt: "Pottery studio workspace", buttonIcon: CheckCircle,
title: "Authentic Craftsmanship", description: "Every piece is hand-thrown and finished by the artist, ensuring genuine artistry", imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164903.jpg", imageAlt: "Pottery studio workspace", buttonIcon: CheckCircle,
},
{
title: "Global Design Influence", description: "Techniques and aesthetics drawn from pottery traditions worldwide", imageSrc: "http://img.b2bpic.net/free-photo/variety-bowls-cups-modern-household-shop_169016-43469.jpg?_wi=2", imageAlt: "Global inspired pottery", buttonIcon: Globe,
title: "Global Design Influence", description: "Techniques and aesthetics drawn from pottery traditions worldwide", imageSrc: "http://img.b2bpic.net/free-photo/variety-bowls-cups-modern-household-shop_169016-43469.jpg", imageAlt: "Global inspired pottery", buttonIcon: Globe,
},
{
title: "Curated for Collectors", description: "Each work is created with investment-grade quality and lasting appeal", imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-115978.jpg?_wi=2", imageAlt: "Collector's pottery piece", buttonIcon: Crown,
title: "Curated for Collectors", description: "Each work is created with investment-grade quality and lasting appeal", imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-115978.jpg", imageAlt: "Collector's pottery piece", buttonIcon: Crown,
},
{
title: "Custom Commissions", description: "Collaborate directly with the artist to create your vision in clay", imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-glasses-is-working-his-own-clay-project_613910-21509.jpg?_wi=1", imageAlt: "Artist collaboration", buttonIcon: Palette,
title: "Custom Commissions", description: "Collaborate directly with the artist to create your vision in clay", imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-glasses-is-working-his-own-clay-project_613910-21509.jpg", imageAlt: "Artist collaboration", buttonIcon: Palette,
},
]}
textboxLayout="default"
@@ -146,13 +146,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "consultation", name: "Step 1: Initial Consultation", price: "Free", variant: "Discovery call", imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-glasses-is-working-his-own-clay-project_613910-21509.jpg?_wi=2", imageAlt: "Artist consultation"},
id: "consultation", name: "Step 1: Initial Consultation", price: "Free", variant: "Discovery call", imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-glasses-is-working-his-own-clay-project_613910-21509.jpg", imageAlt: "Artist consultation"},
{
id: "design", name: "Step 2: Design Collaboration", price: "Included", variant: "Concept development", imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164903.jpg?_wi=2", imageAlt: "Design process"},
id: "design", name: "Step 2: Design Collaboration", price: "Included", variant: "Concept development", imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164903.jpg", imageAlt: "Design process"},
{
id: "creation", name: "Step 3: Handcrafted Creation", price: "Custom Quote", variant: "4-8 week timeline", imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg?_wi=3", imageAlt: "Pottery creation"},
id: "creation", name: "Step 3: Handcrafted Creation", price: "Custom Quote", variant: "4-8 week timeline", imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg", imageAlt: "Pottery creation"},
{
id: "delivery", name: "Step 4: Delivery & Documentation", price: "Included", variant: "Certificate of authenticity", imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg?_wi=4", imageAlt: "Final delivery"},
id: "delivery", name: "Step 4: Delivery & Documentation", price: "Included", variant: "Certificate of authenticity", imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg", imageAlt: "Final delivery"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -174,13 +174,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Margaret Chen", handle: "Art Collector, San Francisco", testimonial: "Clay Pot's pieces are investment-grade ceramic art. The cultural fusion in each work tells a compelling story. I return again and again.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg?_wi=1", imageAlt: "Margaret Chen"},
id: "1", name: "Margaret Chen", handle: "Art Collector, San Francisco", testimonial: "Clay Pot's pieces are investment-grade ceramic art. The cultural fusion in each work tells a compelling story. I return again and again.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg", imageAlt: "Margaret Chen"},
{
id: "2", name: "James Whitmore", handle: "Interior Designer", testimonial: "My clients are consistently impressed by the artistry. These aren't just decorative—they're conversation pieces with soul and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "James Whitmore"},
{
id: "3", name: "Sofia Rodriguez", handle: "Gallery Curator, New York", testimonial: "The commission process was seamless. Working directly with the artist brought our vision to life in ways I've never experienced before.", 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", imageAlt: "Sofia Rodriguez"},
{
id: "4", name: "David Park", handle: "Hospitality Designer", testimonial: "Every piece elevates the space. The attention to craft and cultural authenticity makes these ceramics truly exceptional for high-end projects.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg?_wi=2", imageAlt: "David Park"},
id: "4", name: "David Park", handle: "Hospitality Designer", testimonial: "Every piece elevates the space. The attention to craft and cultural authenticity makes these ceramics truly exceptional for high-end projects.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg", imageAlt: "David Park"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -201,7 +201,7 @@ export default function LandingPage() {
{ text: "Schedule Consultation", href: "#contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>