Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fdb4f4f4b6 | |||
| c582981407 | |||
| 8688f89b32 | |||
| 492f296603 | |||
| 2b11bbf34d | |||
| ca1d6baa3e | |||
| d4297cd7d7 | |||
| 4b5732cd6c |
214
src/app/page.tsx
214
src/app/page.tsx
@@ -2,16 +2,16 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,203 +31,127 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Art Kitchen"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
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: "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: "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/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"},
|
||||
<HeroBillboardTestimonial
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Traditional Indian Flavors, Modern Culinary Design."
|
||||
description="Creating soul-stirring kitchen spaces inspired by the warmth of Indian hospitality. Bringing the vibrancy of Indian cuisine into your home aesthetic."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/biryani-served-pot-top-view_23-2148766150.jpg"
|
||||
testimonials={[
|
||||
{ name: "Anjali Rao", handle: "@anjali_home", testimonial: "The kitchen design is perfect for my masala box storage!", rating: 5 },
|
||||
{ name: "Vikram Singh", handle: "@vikram_cooks", testimonial: "Feels like a true Indian chef's kitchen.", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Craftsmanship at its Peak"
|
||||
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: "Premium Quality", description: "Only the finest materials for every kitchen project."},
|
||||
{
|
||||
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"
|
||||
title="A Kitchen for Every Spice"
|
||||
description="We specialize in designing kitchens that accommodate traditional Indian cooking practices, from heavy-duty ventilation to ergonomic spice storage systems. Rooted in Guntur, built for your family."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thali-restaurant-table_23-2148674261.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Engineered for Indian Homes"
|
||||
description="Features that keep your culinary traditions at the heart of your home."
|
||||
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: "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"},
|
||||
{ id: "f1", title: "Heat-Resistant Surfaces", author: "Design Team", description: "Stone surfaces built to handle heavy tadka pans.", tags: ["Durable", "Heat-Safe"], imageSrc: "http://img.b2bpic.net/free-photo/indian-cuisine-table-setting_23-2148674261.jpg" },
|
||||
{ id: "f2", title: "Smart Spice Storage", author: "Design Team", description: "Modular pull-outs for all your masala needs.", tags: ["Modular", "Smart"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-masala-dabba-spices_23-2148766150.jpg" }
|
||||
]}
|
||||
title="Why Choose Art Kitchen?"
|
||||
description="We don't just assemble cabinets; we create the soul of your home."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
title="Signature Indian Kitchen Styles"
|
||||
description="Elevate your cooking experience with our latest modular kitchen collections."
|
||||
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: "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: "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: "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: "p1", name: "Spices & Stone Island", price: "₹1,50,000", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-served-banana-leaf_23-2148674261.jpg" },
|
||||
{ id: "p2", name: "Traditional Wood Finish", price: "₹95,000", imageSrc: "http://img.b2bpic.net/free-photo/indian-food-thali-top-view_23-2148766150.jpg" }
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="Explore our curated catalog of kitchen designs and custom island solutions."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
<TestimonialCardThirteen
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
title="Client Success Stories"
|
||||
description="Loved by families across Guntur who value the marriage of tradition and design."
|
||||
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: "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: "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: "t1", name: "Sunita V", handle: "@sunita_kitchen", testimonial: "Finally, a kitchen that handles the chaos of Indian cooking beautifully!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-cooking-indian-food_23-2148674261.jpg" }
|
||||
]}
|
||||
title="Loved by Our Clients"
|
||||
description="Hear what our happy customers in Guntur have to say."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
names={["Guntur Spice Co", "Andhra Kitchenware", "Heritage Woodcraft", "Royal Spices"]}
|
||||
title="Proudly Partnering with Local Legends"
|
||||
description="We collaborate with the best names in the industry to ensure quality in every detail."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
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: "f3", title: "Can I visit your showroom?", content: "Absolutely! Visit us at Lakshmipuram, Ashok Nagar, Guntur."},
|
||||
{ id: "q1", title: "Does this work for Indian cooking?", content: "Yes! We prioritize grease-resistant materials and robust ventilation systems." },
|
||||
{ id: "q2", title: "Do you offer full modular kits?", content: "We provide everything from concept to installation." }
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Have questions about our process? Find answers here."
|
||||
title="Curiosity Served Fresh"
|
||||
description="Your questions, answered with precision."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-indian-dishes-table_23-2148766150.jpg"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
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."
|
||||
<ContactText
|
||||
text="Bring the soul of your kitchen to life today. Visit our showroom in Guntur for a personalized design consultation."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now", href: "tel:+919999999999"},
|
||||
{ text: "Start Now", href: "tel:+919999999999" },
|
||||
{ text: "View on Map", href: "https://www.google.com/maps/search/Art+Kitchen+Guntur" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
<FooterLogoEmphasis
|
||||
logoText="Art Kitchen"
|
||||
copyrightText="© 2025 Art Kitchen, Guntur."
|
||||
columns={[
|
||||
{ items: [{ label: "Catalog", href: "#products" }, { label: "Consult", href: "#contact" }] },
|
||||
{ items: [{ label: "Visit Guntur Showroom", href: "https://www.google.com/maps/search/Art+Kitchen+Guntur" }, { label: "FAQs", href: "#faq" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--background: #fdfbf7;
|
||||
--card: #f4f1ea;
|
||||
--foreground: #3e2723;
|
||||
--primary-cta: #d84315;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta: #f4f1ea;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--accent: #e65100;
|
||||
--background-accent: #fbe9e7;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user