Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5426894dc |
214
src/app/page.tsx
214
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Art Kitchen"
|
||||
/>
|
||||
@@ -55,41 +47,30 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Mastering the Art of Your Kitchen."
|
||||
description="Crafting bespoke culinary spaces that blend timeless elegance with modern utility in Guntur. Experience the art of home transformation."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Catalog", href: "#products"
|
||||
},
|
||||
{
|
||||
text: "Book Consultation", href: "#contact"
|
||||
}
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976527.jpg",
|
||||
imageAlt: "Luxurious kitchen design",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976527.jpg", imageAlt: "Luxurious kitchen design"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg",
|
||||
imageAlt: "Artisan cabinet detail",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg", imageAlt: "Artisan cabinet detail"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-engraving_23-2149286548.jpg",
|
||||
imageAlt: "Modern kitchen space",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-engraving_23-2149286548.jpg", imageAlt: "Modern kitchen space"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-fast-food-flowers_23-2149629985.jpg",
|
||||
imageAlt: "Elegant kitchen layout",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-fast-food-flowers_23-2149629985.jpg", imageAlt: "Elegant kitchen layout"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-having-fun-breakfast-christmas-morning_132075-10829.jpg",
|
||||
imageAlt: "Custom kitchen interior",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/beautiful-woman-having-fun-breakfast-christmas-morning_132075-10829.jpg", imageAlt: "Custom kitchen interior"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-479.jpg",
|
||||
imageAlt: "Bespoke kitchen woodwork",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-479.jpg", imageAlt: "Bespoke kitchen woodwork"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,17 +83,11 @@ export default function LandingPage() {
|
||||
description="Art Kitchen isn't just a store; it's a design sanctuary located in the heart of Ashok Nagar. We fuse traditional artistry with contemporary lifestyle needs to build spaces that last a lifetime."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Bespoke Designs",
|
||||
description: "Tailored to your lifestyle and space requirements.",
|
||||
},
|
||||
title: "Bespoke Designs", description: "Tailored to your lifestyle and space requirements."},
|
||||
{
|
||||
title: "Premium Quality",
|
||||
description: "Only the finest materials for every kitchen project.",
|
||||
},
|
||||
title: "Premium Quality", description: "Only the finest materials for every kitchen project."},
|
||||
{
|
||||
title: "Artistic Vision",
|
||||
description: "Blending aesthetic beauty with everyday functionality.",
|
||||
},
|
||||
title: "Artistic Vision", description: "Blending aesthetic beauty with everyday functionality."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-engraving-wood_23-2149061688.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -127,20 +102,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Engineering",
|
||||
description: "Every joint and finish is executed with professional accuracy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-planes-blue-matte-black-pulls_169016-69512.jpg",
|
||||
},
|
||||
title: "Precision Engineering", description: "Every joint and finish is executed with professional accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-planes-blue-matte-black-pulls_169016-69512.jpg"},
|
||||
{
|
||||
title: "Tailored Aesthetics",
|
||||
description: "Personalized design schemes that match your home's character.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-model-house-room_23-2150761126.jpg",
|
||||
},
|
||||
title: "Tailored Aesthetics", description: "Personalized design schemes that match your home's character.", imageSrc: "http://img.b2bpic.net/free-photo/3d-model-house-room_23-2150761126.jpg"},
|
||||
{
|
||||
title: "Longevity Guaranteed",
|
||||
description: "Built for daily high-traffic use without compromising grace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg",
|
||||
},
|
||||
title: "Longevity Guaranteed", description: "Built for daily high-traffic use without compromising grace.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg"},
|
||||
]}
|
||||
title="Why Choose Art Kitchen?"
|
||||
description="We don't just assemble cabinets; we create the soul of your home."
|
||||
@@ -155,41 +121,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "The Minimalist Island",
|
||||
price: "₹1,20,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-cabbage-center-green-hot-peppers_114579-82724.jpg",
|
||||
},
|
||||
id: "p1", name: "The Minimalist Island", price: "₹1,20,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-cabbage-center-green-hot-peppers_114579-82724.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Classic Oak Cabinetry",
|
||||
price: "₹85,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150772057.jpg",
|
||||
},
|
||||
id: "p2", name: "Classic Oak Cabinetry", price: "₹85,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150772057.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Modern Matte Storage",
|
||||
price: "₹95,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530823.jpg",
|
||||
},
|
||||
id: "p3", name: "Modern Matte Storage", price: "₹95,000", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530823.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "L-Shape Smart Kitchen",
|
||||
price: "₹2,10,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-tags-shelf_23-2147874987.jpg",
|
||||
},
|
||||
id: "p4", name: "L-Shape Smart Kitchen", price: "₹2,10,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-tags-shelf_23-2147874987.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Compact Chef Module",
|
||||
price: "₹65,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/whole-fresh-orange-fruits-with-leaves-placed-board_114579-46680.jpg",
|
||||
},
|
||||
id: "p5", name: "Compact Chef Module", price: "₹65,000", imageSrc: "http://img.b2bpic.net/free-photo/whole-fresh-orange-fruits-with-leaves-placed-board_114579-46680.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Luxury Marble Finish",
|
||||
price: "₹1,80,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tangerine-wooden-plate-mixed-table_114579-46727.jpg",
|
||||
},
|
||||
id: "p6", name: "Luxury Marble Finish", price: "₹1,80,000", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tangerine-wooden-plate-mixed-table_114579-46727.jpg"},
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="Explore our curated catalog of kitchen designs and custom island solutions."
|
||||
@@ -203,40 +145,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ayesha Reddy",
|
||||
role: "Architect",
|
||||
testimonial: "Art Kitchen transformed my home with their incredible woodwork. Truly professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/son-helping-father-kitchen_23-2148351720.jpg",
|
||||
},
|
||||
id: "1", name: "Ayesha Reddy", role: "Architect", testimonial: "Art Kitchen transformed my home with their incredible woodwork. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/son-helping-father-kitchen_23-2148351720.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vijay Kumar",
|
||||
role: "Homeowner",
|
||||
testimonial: "My new modular kitchen is both beautiful and functional. Exceptional work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-holding-bowl-hands-standing-near-his-wife-kitchen_23-2148120434.jpg",
|
||||
},
|
||||
id: "2", name: "Vijay Kumar", role: "Homeowner", testimonial: "My new modular kitchen is both beautiful and functional. Exceptional work.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-holding-bowl-hands-standing-near-his-wife-kitchen_23-2148120434.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sita Lakshmi",
|
||||
role: "Designer",
|
||||
testimonial: "The precision and quality in their designs is simply unmatched in Guntur.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-cooking-breakfast-together-home_53876-96655.jpg",
|
||||
},
|
||||
id: "3", name: "Sita Lakshmi", role: "Designer", testimonial: "The precision and quality in their designs is simply unmatched in Guntur.", imageSrc: "http://img.b2bpic.net/free-photo/couple-cooking-breakfast-together-home_53876-96655.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ravi Shankar",
|
||||
role: "Customer",
|
||||
testimonial: "Excellent service and timely delivery. Art Kitchen redefined my expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-home-sharing-tender-moments_23-2149106032.jpg",
|
||||
},
|
||||
id: "4", name: "Ravi Shankar", role: "Customer", testimonial: "Excellent service and timely delivery. Art Kitchen redefined my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-home-sharing-tender-moments_23-2149106032.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Meera Rao",
|
||||
role: "Customer",
|
||||
testimonial: "A wonderful team that understands the art of kitchen building. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-workers-standing-near-work-table-being-happy-finish-their-work_273609-14159.jpg",
|
||||
},
|
||||
id: "5", name: "Meera Rao", role: "Customer", testimonial: "A wonderful team that understands the art of kitchen building. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/creative-workers-standing-near-work-table-being-happy-finish-their-work_273609-14159.jpg"},
|
||||
]}
|
||||
title="Loved by Our Clients"
|
||||
description="Hear what our happy customers in Guntur have to say."
|
||||
@@ -248,14 +165,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Home Design Inc",
|
||||
"Luxury Build Co",
|
||||
"Kitchen Pros",
|
||||
"Woodwork Masters",
|
||||
"Modern Decor",
|
||||
"Artisans Studio",
|
||||
"Global Cabinetry",
|
||||
]}
|
||||
"Home Design Inc", "Luxury Build Co", "Kitchen Pros", "Woodwork Masters", "Modern Decor", "Artisans Studio", "Global Cabinetry"]}
|
||||
title="Trusted Partners"
|
||||
description="Collaborating with top brands and suppliers to ensure elite quality."
|
||||
/>
|
||||
@@ -267,20 +177,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide custom designs?",
|
||||
content: "Yes, every project is tailor-made to fit your space and preferences.",
|
||||
},
|
||||
id: "f1", title: "Do you provide custom designs?", content: "Yes, every project is tailor-made to fit your space and preferences."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is the turnaround time?",
|
||||
content: "Depending on complexity, standard projects are completed within 4-6 weeks.",
|
||||
},
|
||||
id: "f2", title: "What is the turnaround time?", content: "Depending on complexity, standard projects are completed within 4-6 weeks."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I visit your showroom?",
|
||||
content: "Absolutely! Visit us at Lakshmipuram, Ashok Nagar, Guntur.",
|
||||
},
|
||||
id: "f3", title: "Can I visit your showroom?", content: "Absolutely! Visit us at Lakshmipuram, Ashok Nagar, Guntur."},
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Have questions about our process? Find answers here."
|
||||
@@ -292,16 +193,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Start Your Kitchen Transformation"
|
||||
description="Located at Door no 5, 87-57/1, 2nd lane, Lakshmipuram, Ashok Nagar, Guntur. Reach out for a free consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+919999999999"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -310,33 +208,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -347,4 +233,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user