Merge version_1 into main #1
204
src/app/page.tsx
204
src/app/page.tsx
@@ -33,90 +33,56 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "portfolio"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="紀州童"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="紀州童: Crafting Zen Landscapes"
|
||||
description="Exquisite landscape architecture and garden design, rooted in traditional Japanese aesthetics and modern precision."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/old-women-balcony-with-coffee_1398-4083.jpg",
|
||||
alt: "Happy homeowner garden",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/old-women-balcony-with-coffee_1398-4083.jpg", alt: "Happy homeowner garden"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/go-green-responsibility-sustainable-concept_53876-13915.jpg",
|
||||
alt: "Modern luxury home garden",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/go-green-responsibility-sustainable-concept_53876-13915.jpg", alt: "Modern luxury home garden"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-middle-aged-best-friends-spending-time-together-city_23-2148979138.jpg",
|
||||
alt: "Backyard oasis happy person",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-middle-aged-best-friends-spending-time-together-city_23-2148979138.jpg", alt: "Backyard oasis happy person"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-friends-having-new-year-party-outdoors_23-2149144045.jpg",
|
||||
alt: "Successful landscape project client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-friends-having-new-year-party-outdoors_23-2149144045.jpg", alt: "Successful landscape project client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-3068.jpg",
|
||||
alt: "Expressive woman posing outdoor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-3068.jpg", alt: "Expressive woman posing outdoor"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "View Our Portfolio", href: "#portfolio"},
|
||||
{
|
||||
text: "Inquire Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inquire Today", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Craftsmanship",
|
||||
},
|
||||
type: "text", text: "Traditional Craftsmanship"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Zen Philosophy",
|
||||
},
|
||||
type: "text", text: "Zen Philosophy"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Beauty",
|
||||
},
|
||||
type: "text", text: "Sustainable Beauty"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Precision",
|
||||
},
|
||||
type: "text", text: "Modern Precision"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Nature-Inspired",
|
||||
},
|
||||
type: "text", text: "Nature-Inspired"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,29 +109,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Garden Design",
|
||||
description: "Custom blueprints for harmonious garden layouts.",
|
||||
},
|
||||
title: "Garden Design", description: "Custom blueprints for harmonious garden layouts."},
|
||||
{
|
||||
icon: Waves,
|
||||
title: "Water Features",
|
||||
description: "Tranquil koi ponds and naturalistic stream designs.",
|
||||
},
|
||||
title: "Water Features", description: "Tranquil koi ponds and naturalistic stream designs."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Hardscaping",
|
||||
description: "Stone masonry and expert construction for patios.",
|
||||
},
|
||||
title: "Hardscaping", description: "Stone masonry and expert construction for patios."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Plant Curation",
|
||||
description: "Sourcing native species for vibrant, healthy growth.",
|
||||
},
|
||||
title: "Plant Curation", description: "Sourcing native species for vibrant, healthy growth."},
|
||||
{
|
||||
icon: Moon,
|
||||
title: "Lighting Design",
|
||||
description: "Subtle night-time illumination for garden serenity.",
|
||||
},
|
||||
title: "Lighting Design", description: "Subtle night-time illumination for garden serenity."},
|
||||
]}
|
||||
title="Service Excellence"
|
||||
description="Comprehensive landscaping services built on professional expertise."
|
||||
@@ -180,41 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Zen Garden Oasis",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551284.jpg",
|
||||
},
|
||||
id: "p1", name: "Zen Garden Oasis", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551284.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Stone Patio Path",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-old-grass-summer-nobody_1203-5139.jpg",
|
||||
},
|
||||
id: "p2", name: "Stone Patio Path", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/sky-old-grass-summer-nobody_1203-5139.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Forest Canopy Setup",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-flower-shop_53876-56029.jpg",
|
||||
},
|
||||
id: "p3", name: "Forest Canopy Setup", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-flower-shop_53876-56029.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Minimalist Courtyard",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-feng-shui-arrangement_23-2149058743.jpg",
|
||||
},
|
||||
id: "p4", name: "Minimalist Courtyard", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/creative-feng-shui-arrangement_23-2149058743.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Contemporary Hedge",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-old-wooden-pots-with-plants-wooden-steps_169016-10589.jpg",
|
||||
},
|
||||
id: "p5", name: "Contemporary Hedge", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/close-up-old-wooden-pots-with-plants-wooden-steps_169016-10589.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Traditional Bonsai Walk",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flower-pot_23-2148271020.jpg",
|
||||
},
|
||||
id: "p6", name: "Traditional Bonsai Walk", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flower-pot_23-2148271020.jpg"},
|
||||
]}
|
||||
title="Selected Works"
|
||||
description="A showcase of our recent garden transformations."
|
||||
@@ -228,40 +160,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Yuki Tanaka",
|
||||
handle: "@yuki",
|
||||
testimonial: "A truly transformative garden experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-farmer-woman-checking-strawberry-farm_1150-6764.jpg",
|
||||
},
|
||||
id: "1", name: "Yuki Tanaka", handle: "@yuki", testimonial: "A truly transformative garden experience.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-farmer-woman-checking-strawberry-farm_1150-6764.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kenji Sato",
|
||||
handle: "@kenjisato",
|
||||
testimonial: "Precision and art in every stone placed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2164.jpg",
|
||||
},
|
||||
id: "2", name: "Kenji Sato", handle: "@kenjisato", testimonial: "Precision and art in every stone placed.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2164.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hana Mori",
|
||||
handle: "@hanam",
|
||||
testimonial: "My backyard is now my sanctuary.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-adult-woman-drawing-summer-field_1157-23549.jpg",
|
||||
},
|
||||
id: "3", name: "Hana Mori", handle: "@hanam", testimonial: "My backyard is now my sanctuary.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-adult-woman-drawing-summer-field_1157-23549.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hiroshi Ito",
|
||||
handle: "@hiroshi",
|
||||
testimonial: "Incredible attention to natural detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2076.jpg",
|
||||
},
|
||||
id: "4", name: "Hiroshi Ito", handle: "@hiroshi", testimonial: "Incredible attention to natural detail.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2076.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Aoi Nakamura",
|
||||
handle: "@aoi",
|
||||
testimonial: "The best decision for our home estate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-plants-blackboard-layout_23-2148029164.jpg",
|
||||
},
|
||||
id: "5", name: "Aoi Nakamura", handle: "@aoi", testimonial: "The best decision for our home estate.", imageSrc: "http://img.b2bpic.net/free-photo/green-plants-blackboard-layout_23-2148029164.jpg"},
|
||||
]}
|
||||
title="Client Reflections"
|
||||
description="What our clients share about their experiences."
|
||||
@@ -276,20 +183,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Gardens Transformed",
|
||||
},
|
||||
id: "m1", value: "150+", description: "Gardens Transformed"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20",
|
||||
description: "Years of Tradition",
|
||||
},
|
||||
id: "m2", value: "20", description: "Years of Tradition"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Satisfaction Rate",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Satisfaction Rate"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Reflecting on our history of landscaping excellence."
|
||||
@@ -302,20 +200,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does a design take?",
|
||||
content: "Depending on complexity, designs typically span 2-4 weeks.",
|
||||
},
|
||||
id: "f1", title: "How long does a design take?", content: "Depending on complexity, designs typically span 2-4 weeks."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you provide maintenance?",
|
||||
content: "Yes, we offer ongoing seasonal landscape management.",
|
||||
},
|
||||
id: "f2", title: "Do you provide maintenance?", content: "Yes, we offer ongoing seasonal landscape management."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you work with stone?",
|
||||
content: "Stone masonry is a core element of our landscaping style.",
|
||||
},
|
||||
id: "f3", title: "Can you work with stone?", content: "Stone masonry is a core element of our landscaping style."},
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Learn more about our design process."
|
||||
@@ -327,16 +216,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Let's Connect"
|
||||
title="Begin Your Landscape Journey"
|
||||
description="Reach out today for a personalized consultation on your garden vision."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@kishudo.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@kishudo.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -347,9 +233,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user