Update src/app/page.tsx
This commit is contained in:
216
src/app/page.tsx
216
src/app/page.tsx
@@ -10,6 +10,7 @@ import BlogCardThree from "@/components/sections/blog/BlogCardThree";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import Link from "next/link";
|
||||
import { Award, Grid, Sparkles, Image, HelpCircle } from "lucide-react";
|
||||
|
||||
@@ -24,8 +25,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Furnishow",
|
||||
items: [
|
||||
title: "Furnishow", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Custom Furniture", href: "/custom-furniture" },
|
||||
@@ -33,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "📞 +92 300 7778889", href: "tel:+923007778889" },
|
||||
{ label: "💬 WhatsApp", href: "https://wa.me/923007778889" },
|
||||
{ label: "📧 Contact Form", href: "/contact" },
|
||||
@@ -42,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{ label: "CCA 138, DHA Phase 4", href: "#" },
|
||||
{ label: "Sector CCA, DHA Phase 3", href: "#" },
|
||||
{ label: "Lahore 54810", href: "#" },
|
||||
@@ -51,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{ label: "Premium Furniture", href: "#" },
|
||||
{ label: "Custom Design", href: "/custom-furniture" },
|
||||
{ label: "Delivery & Install", href: "#" },
|
||||
@@ -68,7 +65,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -82,20 +79,14 @@ export default function HomePage() {
|
||||
<HeroCentered
|
||||
title="Premium Furniture Crafted for Your Home"
|
||||
description="Custom furniture and complete home furnishing solutions in DHA Lahore. Trusted by homeowners for quality craftsmanship and elegant design."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
alt: "Happy homeowner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Happy homeowner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg",
|
||||
alt: "Satisfied family",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", alt: "Satisfied family"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Lahore homeowners"
|
||||
buttons={[
|
||||
@@ -117,36 +108,16 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "5.0 Stars",
|
||||
subtitle: "Google Rating from verified customers",
|
||||
category: "Quality",
|
||||
value: "Perfect Score",
|
||||
buttons: [],
|
||||
id: "1", title: "5.0 Stars", subtitle: "Google Rating from verified customers", category: "Quality", value: "Perfect Score", buttons: [],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "DHA Phase 4",
|
||||
subtitle: "Lahore's most trusted furniture destination",
|
||||
category: "Location",
|
||||
value: "Premium Area",
|
||||
buttons: [],
|
||||
id: "2", title: "DHA Phase 4", subtitle: "Lahore's most trusted furniture destination", category: "Location", value: "Premium Area", buttons: [],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "500+",
|
||||
subtitle: "Satisfied customers in last 5 years",
|
||||
category: "Experience",
|
||||
value: "Growing Fast",
|
||||
buttons: [],
|
||||
id: "3", title: "500+", subtitle: "Satisfied customers in last 5 years", category: "Experience", value: "Growing Fast", buttons: [],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Custom Options",
|
||||
subtitle: "Design your perfect furniture with us",
|
||||
category: "Service",
|
||||
value: "Personalized",
|
||||
buttons: [],
|
||||
id: "4", title: "Custom Options", subtitle: "Design your perfect furniture with us", category: "Service", value: "Personalized", buttons: [],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -164,47 +135,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "sofas",
|
||||
name: "Sofas & Couches",
|
||||
price: "Explore",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-contemporary-white-modern-light_1203-4393.jpg?_wi=1",
|
||||
imageAlt: "Premium sofas collection",
|
||||
},
|
||||
id: "sofas", name: "Sofas & Couches", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/decoration-contemporary-white-modern-light_1203-4393.jpg", imageAlt: "Premium sofas collection"},
|
||||
{
|
||||
id: "beds",
|
||||
name: "Beds & Bedroom",
|
||||
price: "Explore",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg?_wi=1",
|
||||
imageAlt: "Luxury bedroom furniture",
|
||||
},
|
||||
id: "beds", name: "Beds & Bedroom", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg", imageAlt: "Luxury bedroom furniture"},
|
||||
{
|
||||
id: "dining",
|
||||
name: "Dining Tables",
|
||||
price: "Explore",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-chair_1203-2943.jpg",
|
||||
imageAlt: "Modern dining furniture",
|
||||
},
|
||||
id: "dining", name: "Dining Tables", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/table-chair_1203-2943.jpg", imageAlt: "Modern dining furniture"},
|
||||
{
|
||||
id: "chairs",
|
||||
name: "Chairs & Seating",
|
||||
price: "Explore",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-living-room_1339-7091.jpg",
|
||||
imageAlt: "Designer chairs",
|
||||
},
|
||||
id: "chairs", name: "Chairs & Seating", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-living-room_1339-7091.jpg", imageAlt: "Designer chairs"},
|
||||
{
|
||||
id: "custom",
|
||||
name: "Custom Furniture",
|
||||
price: "Bespoke",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/design-team-busy-working-talking-concept_53876-31190.jpg?_wi=1",
|
||||
imageAlt: "Custom furniture design",
|
||||
},
|
||||
id: "custom", name: "Custom Furniture", price: "Bespoke", imageSrc: "http://img.b2bpic.net/free-photo/design-team-busy-working-talking-concept_53876-31190.jpg", imageAlt: "Custom furniture design"},
|
||||
{
|
||||
id: "complete",
|
||||
name: "Complete Sets",
|
||||
price: "Packages",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tidy-living-room-with-couch-wooden-table_1203-1019.jpg?_wi=1",
|
||||
imageAlt: "Complete room solutions",
|
||||
},
|
||||
id: "complete", name: "Complete Sets", price: "Packages", imageSrc: "http://img.b2bpic.net/free-photo/tidy-living-room-with-couch-wooden-table_1203-1019.jpg", imageAlt: "Complete room solutions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -220,32 +161,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Premium Woodworking",
|
||||
description: "Master craftsmen with years of experience using only the finest quality wood and materials. Each piece is carefully constructed to last generations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg?_wi=1",
|
||||
imageAlt: "Wooden furniture detail",
|
||||
},
|
||||
title: "Premium Woodworking", description: "Master craftsmen with years of experience using only the finest quality wood and materials. Each piece is carefully constructed to last generations.", imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg", imageAlt: "Wooden furniture detail"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Custom Furniture Design",
|
||||
description: "Work directly with our design team to create bespoke furniture tailored to your space and style. From concept to completion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/design-team-busy-working-talking-concept_53876-31190.jpg?_wi=2",
|
||||
imageAlt: "Custom furniture design process",
|
||||
},
|
||||
title: "Custom Furniture Design", description: "Work directly with our design team to create bespoke furniture tailored to your space and style. From concept to completion.", imageSrc: "http://img.b2bpic.net/free-photo/design-team-busy-working-talking-concept_53876-31190.jpg", imageAlt: "Custom furniture design process"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Complete Home Solutions",
|
||||
description: "From living rooms to bedrooms, we provide comprehensive furnishing solutions. Let us help you design your entire home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11399.jpg?_wi=1",
|
||||
imageAlt: "Complete home interior",
|
||||
},
|
||||
title: "Complete Home Solutions", description: "From living rooms to bedrooms, we provide comprehensive furnishing solutions. Let us help you design your entire home.", imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11399.jpg", imageAlt: "Complete home interior"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Local DHA Expertise",
|
||||
description: "Based in Lahore's premier DHA Phase 4, we understand the preferences and style of upscale homeowners in your community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=1",
|
||||
imageAlt: "Modern bedroom setup",
|
||||
},
|
||||
title: "Local DHA Expertise", description: "Based in Lahore's premier DHA Phase 4, we understand the preferences and style of upscale homeowners in your community.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Modern bedroom setup"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -261,49 +186,13 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Living Room",
|
||||
title: "Modern Living Room Setup",
|
||||
excerpt: "Contemporary furniture arrangement combining comfort and style for the urban home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tidy-living-room-with-couch-wooden-table_1203-1019.jpg?_wi=2",
|
||||
imageAlt: "Modern living room",
|
||||
authorName: "Furnishow Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
id: "1", category: "Living Room", title: "Modern Living Room Setup", excerpt: "Contemporary furniture arrangement combining comfort and style for the urban home.", imageSrc: "http://img.b2bpic.net/free-photo/tidy-living-room-with-couch-wooden-table_1203-1019.jpg", imageAlt: "Modern living room", authorName: "Furnishow Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", date: "2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Bedroom Design",
|
||||
title: "Luxury Bedroom Collection",
|
||||
excerpt: "Premium bedroom furniture creating a sanctuary of comfort and elegance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=2",
|
||||
imageAlt: "Luxury bedroom",
|
||||
authorName: "Furnishow Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
id: "2", category: "Bedroom Design", title: "Luxury Bedroom Collection", excerpt: "Premium bedroom furniture creating a sanctuary of comfort and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Luxury bedroom", authorName: "Furnishow Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", date: "2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Dining",
|
||||
title: "Elegant Dining Solutions",
|
||||
excerpt: "Custom dining tables and seating that bring families together in style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-authentic-dining-room-interior-design_53876-128708.jpg?_wi=1",
|
||||
imageAlt: "Elegant dining room",
|
||||
authorName: "Furnishow Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
id: "3", category: "Dining", title: "Elegant Dining Solutions", excerpt: "Custom dining tables and seating that bring families together in style.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-authentic-dining-room-interior-design_53876-128708.jpg", imageAlt: "Elegant dining room", authorName: "Furnishow Team", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", date: "2025"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Craftsmanship",
|
||||
title: "Woodcraft Excellence",
|
||||
excerpt: "Detailed craftsmanship in every piece - where tradition meets modern design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg?_wi=2",
|
||||
imageAlt: "Furniture craftsmanship",
|
||||
authorName: "Furnishow Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
id: "4", category: "Craftsmanship", title: "Woodcraft Excellence", excerpt: "Detailed craftsmanship in every piece - where tradition meets modern design.", imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg", imageAlt: "Furniture craftsmanship", authorName: "Furnishow Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", date: "2025"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -315,21 +204,13 @@ export default function HomePage() {
|
||||
author="Fatima Khan, Homeowner"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
alt: "Customer avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Customer avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
alt: "Customer avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Customer avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg",
|
||||
alt: "Customer avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", alt: "Customer avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
alt: "Customer avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Customer avatar 4"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -337,6 +218,37 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our furniture, customization options, and services."
|
||||
tag="Help & Support"
|
||||
tagIcon={HelpCircle}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg"
|
||||
imageAlt="Furnishow furniture showroom"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Can you create custom furniture designs?", content: "Yes! We specialize in custom furniture design. Our team works with you to understand your space, style preferences, and requirements. We then create bespoke pieces tailored to your needs. Contact us to discuss your custom furniture project."},
|
||||
{
|
||||
id: "2", title: "What materials do you use?", content: "We use only premium quality materials including solid wood, high-grade upholstery, and durable finishes. Every piece is crafted to the highest standards for longevity and beauty."},
|
||||
{
|
||||
id: "3", title: "Do you offer delivery and installation?", content: "Yes, we provide professional delivery and installation services within Lahore. We ensure your furniture arrives safely and is set up perfectly in your home."},
|
||||
{
|
||||
id: "4", title: "What warranty do you provide?", content: "All Furnishow furniture comes with a comprehensive warranty covering craftsmanship and materials. Specific warranty terms depend on the product - contact us for details on your furniture piece."},
|
||||
{
|
||||
id: "5", title: "How do I place an order or inquiry?", content: "You can call us at +92 300 7778889, WhatsApp us, or visit our showroom at CCA 138, DHA Phase 4, Lahore. We're here to help you find the perfect furniture for your home."},
|
||||
{
|
||||
id: "6", title: "Do you offer interior design consultation?", content: "Yes! We provide professional interior design consultation to help you select furniture that works perfectly with your home's layout and aesthetic. Our team can visit your home or meet at our showroom."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactText
|
||||
text="Looking for Premium Furniture? Let's Create Your Dream Home Together. Contact Furnishow Today for a Free Consultation."
|
||||
@@ -359,4 +271,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user