Update src/app/page.tsx
This commit is contained in:
361
src/app/page.tsx
361
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "#collection",
|
||||
},
|
||||
name: "Collection", id: "#collection"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Why Choose Us", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "#partners",
|
||||
},
|
||||
name: "Partners", id: "#partners"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="FURNITECH Furnishers"
|
||||
/>
|
||||
@@ -73,111 +57,60 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Furnishing Your Dreams, One Piece at a Time."
|
||||
description="At FURNITECH Furnishers, we craft more than just furniture; we create experiences. Explore our exquisite collection designed for comfort, style, and lasting quality."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Shakaiba Majeed",
|
||||
handle: "@shakaiba",
|
||||
testimonial: "I’ve been a customer of FURNITECH Furnishers for years, and my recent purchase of a sofa set and coffee tables was another fantastic experience. Their aesthetic sense is exceptional, with stylish and functional pieces that elevate any room.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg",
|
||||
imageAlt: "Shakaiba Majeed",
|
||||
},
|
||||
name: "Shakaiba Majeed", handle: "@shakaiba", testimonial: "I’ve been a customer of FURNITECH Furnishers for years, and my recent purchase of a sofa set and coffee tables was another fantastic experience. Their aesthetic sense is exceptional, with stylish and functional pieces that elevate any room.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", imageAlt: "Shakaiba Majeed"},
|
||||
{
|
||||
name: "Shabana Shah",
|
||||
handle: "@shabanashah",
|
||||
testimonial: "Thank you so much for the beautiful sofa. The quality, comfort, and finishing are excellent. I’m really happy with your work and will definitely recommend you to others.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-bearded-man-posing_176420-30249.jpg",
|
||||
imageAlt: "Shabana Shah",
|
||||
},
|
||||
name: "Shabana Shah", handle: "@shabanashah", testimonial: "Thank you so much for the beautiful sofa. The quality, comfort, and finishing are excellent. I’m really happy with your work and will definitely recommend you to others.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-bearded-man-posing_176420-30249.jpg", imageAlt: "Shabana Shah"},
|
||||
{
|
||||
name: "Afeefa Tausif",
|
||||
handle: "@afeefatausif",
|
||||
testimonial: "\"We purchased new dining set from Furnitec, and we're absolutely thrilled with it! The polish is exquisite, and the chairs are incredibly comfortable. The Victorian style adds a touch of elegance to our home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-beige-shirt-jeans-standing-arms-crossed-looking-confident-front-view_176474-111303.jpg",
|
||||
imageAlt: "Afeefa Tausif",
|
||||
},
|
||||
name: "Afeefa Tausif", handle: "@afeefatausif", testimonial: "\"We purchased new dining set from Furnitec, and we're absolutely thrilled with it! The polish is exquisite, and the chairs are incredibly comfortable. The Victorian style adds a touch of elegance to our home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-beige-shirt-jeans-standing-arms-crossed-looking-confident-front-view_176474-111303.jpg", imageAlt: "Afeefa Tausif"},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "FURNITECH exceeded our expectations. The bedroom set we bought is absolutely stunning and the delivery was seamless. Highly recommend their exquisite designs!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarahj", testimonial: "FURNITECH exceeded our expectations. The bedroom set we bought is absolutely stunning and the delivery was seamless. Highly recommend their exquisite designs!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
name: "Michael R.",
|
||||
handle: "@michaelr",
|
||||
testimonial: "Impressed with the range and quality. Found the perfect executive desk for my home office. Customer service was knowledgeable and very helpful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
imageAlt: "Michael R.",
|
||||
},
|
||||
name: "Michael R.", handle: "@michaelr", testimonial: "Impressed with the range and quality. Found the perfect executive desk for my home office. Customer service was knowledgeable and very helpful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "Michael R."},
|
||||
{
|
||||
name: "Emily C.",
|
||||
handle: "@emilyc",
|
||||
testimonial: "Fantastic selection for every room. The custom shelving unit fits perfectly and the craftsmanship is superb. A truly delightful shopping experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-ill-girl-looking-up-wearing-winter-hat-with-scarf-wrapped-plaid-holding-idea-bubble-isolated-pink-background_141793-72556.jpg",
|
||||
imageAlt: "Emily C.",
|
||||
},
|
||||
name: "Emily C.", handle: "@emilyc", testimonial: "Fantastic selection for every room. The custom shelving unit fits perfectly and the craftsmanship is superb. A truly delightful shopping experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-ill-girl-looking-up-wearing-winter-hat-with-scarf-wrapped-plaid-holding-idea-bubble-isolated-pink-background_141793-72556.jpg", imageAlt: "Emily C."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg"
|
||||
imageAlt="Luxurious living room with stylish furniture"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg",
|
||||
alt: "Shakaiba Majeed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg", alt: "Shakaiba Majeed"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg",
|
||||
alt: "Shabana Shah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", alt: "Shabana Shah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/surprised-young-bearded-man-posing_176420-30249.jpg",
|
||||
alt: "Afeefa Tausif",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/surprised-young-bearded-man-posing_176420-30249.jpg", alt: "Afeefa Tausif"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-beige-shirt-jeans-standing-arms-crossed-looking-confident-front-view_176474-111303.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-beige-shirt-jeans-standing-arms-crossed-looking-confident-front-view_176474-111303.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg",
|
||||
alt: "Michael R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg", alt: "Michael R."},
|
||||
]}
|
||||
avatarText="Join 10,000+ satisfied homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Craftsmanship",
|
||||
icon: Cog,
|
||||
type: "text-icon", text: "Quality Craftsmanship", icon: Cog,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Materials",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Sustainable Materials", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Elegant Designs",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Elegant Designs", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exceptional Service",
|
||||
icon: ThumbsUp,
|
||||
type: "text-icon", text: "Exceptional Service", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Comfort Redefined",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Comfort Redefined", icon: Home,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -190,24 +123,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Building,
|
||||
label: "In-store Shopping",
|
||||
value: "Visit Us Today",
|
||||
},
|
||||
label: "In-store Shopping", value: "Visit Us Today"},
|
||||
{
|
||||
icon: Package,
|
||||
label: "In-store Pickup",
|
||||
value: "Convenient & Easy",
|
||||
},
|
||||
label: "In-store Pickup", value: "Convenient & Easy"},
|
||||
{
|
||||
icon: Truck,
|
||||
label: "Home Delivery",
|
||||
value: "Hassle-Free",
|
||||
},
|
||||
label: "Home Delivery", value: "Hassle-Free"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Customer Rating",
|
||||
value: "4.7 / 5.0",
|
||||
},
|
||||
label: "Customer Rating", value: "4.7 / 5.0"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -221,19 +146,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Exceptional Aesthetic",
|
||||
description: "Our furniture pieces boast stylish and functional designs that elevate the ambiance of any room.",
|
||||
},
|
||||
title: "Exceptional Aesthetic", description: "Our furniture pieces boast stylish and functional designs that elevate the ambiance of any room."},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Superior Craftsmanship",
|
||||
description: "Each item is meticulously crafted using durable materials, ensuring exquisite polish and lasting quality.",
|
||||
},
|
||||
title: "Superior Craftsmanship", description: "Each item is meticulously crafted using durable materials, ensuring exquisite polish and lasting quality."},
|
||||
{
|
||||
icon: Feather,
|
||||
title: "Unmatched Comfort",
|
||||
description: "Ergonomically designed for ultimate relaxation, our furniture provides a comfortable sanctuary in your home.",
|
||||
},
|
||||
title: "Unmatched Comfort", description: "Ergonomically designed for ultimate relaxation, our furniture provides a comfortable sanctuary in your home."},
|
||||
]}
|
||||
title="Experience the Furnitech Difference"
|
||||
description="From exquisite craftsmanship to unparalleled comfort, every piece from FURNITECH Furnishers is designed with you in mind. Discover why our customers choose us for their home."
|
||||
@@ -248,53 +167,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Harmony Sofa Set",
|
||||
price: "PKR 120,000",
|
||||
variant: "3-seater + 2 accent chairs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-laced-dress-with-make-up_132075-12543.jpg",
|
||||
imageAlt: "Harmony Sofa Set",
|
||||
},
|
||||
id: "1", name: "Harmony Sofa Set", price: "PKR 120,000", variant: "3-seater + 2 accent chairs", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-laced-dress-with-make-up_132075-12543.jpg", imageAlt: "Harmony Sofa Set"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Modern Coffee Tables",
|
||||
price: "PKR 35,000",
|
||||
variant: "Set of 2 nesting tables",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-candles-scandinavian-style-blurred-background-with-bokeh_169016-13284.jpg",
|
||||
imageAlt: "Modern Coffee Tables",
|
||||
},
|
||||
id: "2", name: "Modern Coffee Tables", price: "PKR 35,000", variant: "Set of 2 nesting tables", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-candles-scandinavian-style-blurred-background-with-bokeh_169016-13284.jpg", imageAlt: "Modern Coffee Tables"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Victorian Dining Set",
|
||||
price: "PKR 180,000",
|
||||
variant: "6 chairs + Extension Table",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg",
|
||||
imageAlt: "Victorian Dining Set",
|
||||
},
|
||||
id: "3", name: "Victorian Dining Set", price: "PKR 180,000", variant: "6 chairs + Extension Table", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg", imageAlt: "Victorian Dining Set"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cozy Bedroom Chair",
|
||||
price: "PKR 45,000",
|
||||
variant: "Velvet Upholstery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cozy-interior-living-room-with-hanging-swing_169016-4295.jpg",
|
||||
imageAlt: "Cozy Bedroom Chair",
|
||||
},
|
||||
id: "4", name: "Cozy Bedroom Chair", price: "PKR 45,000", variant: "Velvet Upholstery", imageSrc: "http://img.b2bpic.net/free-photo/modern-cozy-interior-living-room-with-hanging-swing_169016-4295.jpg", imageAlt: "Cozy Bedroom Chair"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Executive Office Desk",
|
||||
price: "PKR 95,000",
|
||||
variant: "Walnut Finish, L-shaped",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg",
|
||||
imageAlt: "Executive Office Desk",
|
||||
},
|
||||
id: "5", name: "Executive Office Desk", price: "PKR 95,000", variant: "Walnut Finish, L-shaped", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg", imageAlt: "Executive Office Desk"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Custom Wardrobe System",
|
||||
price: "PKR 250,000",
|
||||
variant: "Modular 4-door design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-organizer-cutlery-drawer-premium-kitchen_169016-68988.jpg",
|
||||
imageAlt: "Custom Wardrobe System",
|
||||
},
|
||||
id: "6", name: "Custom Wardrobe System", price: "PKR 250,000", variant: "Modular 4-door design", imageSrc: "http://img.b2bpic.net/free-photo/modern-organizer-cutlery-drawer-premium-kitchen_169016-68988.jpg", imageAlt: "Custom Wardrobe System"},
|
||||
]}
|
||||
title="Our Curated Collection"
|
||||
description="Explore our diverse range of furniture, from elegant sofa sets to comfortable bedroom chairs and sophisticated dining tables. Find the perfect pieces to complement your home."
|
||||
@@ -309,59 +192,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Shakaiba Majeed",
|
||||
role: "Homeowner",
|
||||
company: "Customer for Years",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-employee-stand-desk-office-look-distance-thinking-visualizing-career-success-happy-businesswoman-plan-dream-workplace-business-vision-concept_657921-378.jpg",
|
||||
imageAlt: "Shakaiba Majeed",
|
||||
},
|
||||
id: "1", name: "Shakaiba Majeed", role: "Homeowner", company: "Customer for Years", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-employee-stand-desk-office-look-distance-thinking-visualizing-career-success-happy-businesswoman-plan-dream-workplace-business-vision-concept_657921-378.jpg", imageAlt: "Shakaiba Majeed"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Shabana Shah",
|
||||
role: "New Customer",
|
||||
company: "Happy Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-russian-girl-puts-hands-chest-looking-side-isolated-orange-background-with-copy-space_141793-65450.jpg",
|
||||
imageAlt: "Shabana Shah",
|
||||
},
|
||||
id: "2", name: "Shabana Shah", role: "New Customer", company: "Happy Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-russian-girl-puts-hands-chest-looking-side-isolated-orange-background-with-copy-space_141793-65450.jpg", imageAlt: "Shabana Shah"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Afeefa Tausif",
|
||||
role: "Satisfied Buyer",
|
||||
company: "Thrilled Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-dried-plants_23-2149591578.jpg",
|
||||
imageAlt: "Afeefa Tausif",
|
||||
},
|
||||
id: "3", name: "Afeefa Tausif", role: "Satisfied Buyer", company: "Thrilled Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-dried-plants_23-2149591578.jpg", imageAlt: "Afeefa Tausif"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Johnson",
|
||||
role: "Interior Designer",
|
||||
company: "Elegant Homes",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2836.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "4", name: "Sarah Johnson", role: "Interior Designer", company: "Elegant Homes", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2836.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Kim",
|
||||
role: "Business Owner",
|
||||
company: "Modern Spaces Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-insurance-agent-thinking-something-while-having-consultations-with-his-client_637285-3798.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "5", name: "David Kim", role: "Business Owner", company: "Modern Spaces Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-insurance-agent-thinking-something-while-having-consultations-with-his-client_637285-3798.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Olivia Wilson",
|
||||
role: "Architect",
|
||||
company: "Urban Living Architects",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sits-sofa-room-with-green-palm-plants-book-stands_613910-11631.jpg",
|
||||
imageAlt: "Olivia Wilson",
|
||||
},
|
||||
id: "6", name: "Olivia Wilson", role: "Architect", company: "Urban Living Architects", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sits-sofa-room-with-green-palm-plants-book-stands_613910-11631.jpg", imageAlt: "Olivia Wilson"},
|
||||
]}
|
||||
title="What Our Valued Customers Say"
|
||||
description="Hear from homeowners who have transformed their spaces with FURNITECH Furnishers' quality and style."
|
||||
@@ -373,14 +220,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Design Studio Collective",
|
||||
"Architectural Innovations",
|
||||
"Elegant Home Interiors",
|
||||
"Modern Living Concepts",
|
||||
"Urban Decor Solutions",
|
||||
"Premier Furnishing Co.",
|
||||
"Elite Interior Group",
|
||||
]}
|
||||
"Design Studio Collective", "Architectural Innovations", "Elegant Home Interiors", "Modern Living Concepts", "Urban Decor Solutions", "Premier Furnishing Co.", "Elite Interior Group"]}
|
||||
title="Trusted by Leading Brands & Designers"
|
||||
description="We collaborate with top interior designers and architectural firms to bring you the best in home and office furnishings."
|
||||
/>
|
||||
@@ -391,20 +231,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your delivery options?",
|
||||
content: "We offer comprehensive home delivery services across the region. In-store pickup is also available for your convenience.",
|
||||
},
|
||||
id: "1", title: "What are your delivery options?", content: "We offer comprehensive home delivery services across the region. In-store pickup is also available for your convenience."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer assembly services?",
|
||||
content: "Yes, our professional team can assemble your new furniture pieces upon delivery, ensuring a hassle-free experience.",
|
||||
},
|
||||
id: "2", title: "Do you offer assembly services?", content: "Yes, our professional team can assemble your new furniture pieces upon delivery, ensuring a hassle-free experience."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your warranty policy?",
|
||||
content: "All our furniture comes with a standard manufacturer's warranty. Please contact us for specific details on product warranties.",
|
||||
},
|
||||
id: "3", title: "What is your warranty policy?", content: "All our furniture comes with a standard manufacturer's warranty. Please contact us for specific details on product warranties."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about our products, services, delivery, and more."
|
||||
@@ -416,21 +247,18 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Ready to Transform Your Space?"
|
||||
description="Visit our showroom, give us a call, or send us a message to discuss your furniture needs. Our team is here to help you create your ideal home."
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Our Showroom",
|
||||
href: "https://maps.app.goo.gl/UmairPlaza",
|
||||
},
|
||||
text: "Visit Our Showroom", href: "https://maps.app.goo.gl/UmairPlaza"},
|
||||
{
|
||||
text: "Call Us Today",
|
||||
href: "tel:+923025444487",
|
||||
},
|
||||
text: "Call Us Today", href: "tel:+923025444487"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -439,66 +267,39 @@ export default function LandingPage() {
|
||||
logoText="FURNITECH Furnishers"
|
||||
columns={[
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Why Choose Us", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Partners",
|
||||
href: "#partners",
|
||||
},
|
||||
label: "Partners", href: "#partners"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Products",
|
||||
items: [
|
||||
title: "Our Products", items: [
|
||||
{
|
||||
label: "Sofa Sets",
|
||||
href: "#collection",
|
||||
},
|
||||
label: "Sofa Sets", href: "#collection"},
|
||||
{
|
||||
label: "Dining Sets",
|
||||
href: "#collection",
|
||||
},
|
||||
label: "Dining Sets", href: "#collection"},
|
||||
{
|
||||
label: "Bedroom Furniture",
|
||||
href: "#collection",
|
||||
},
|
||||
label: "Bedroom Furniture", href: "#collection"},
|
||||
{
|
||||
label: "Office Furniture",
|
||||
href: "#collection",
|
||||
},
|
||||
label: "Office Furniture", href: "#collection"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -508,4 +309,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user