Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-23 21:40:26 +00:00

View File

@@ -10,7 +10,6 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { MapPin, Phone, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,10 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "About", id: "#about" },
{ name: "Portfolio", id: "#portfolio" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" }
{ name: "About", id: "about" },
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
brandName="I&D Projektowanie wnętrz"
/>
@@ -53,6 +52,7 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
heading={[{ type: 'text', content: 'Design with Elegance and Functionality' }]}
buttons={[{ text: 'Learn More' }]}
useInvertedBackground={false}
/>
</div>
@@ -64,6 +64,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
products={[]}
useInvertedBackground={false}
/>
</div>
@@ -75,18 +76,21 @@ export default function LandingPage() {
avatars={[]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="We are here to answer your common questions."
faqs={[
{ id: "1", title: "Where are you based?", content: "We are based in Tarnowskie Góry, serving clients in the region." },
{ id: "2", title: "What is your design style?", content: "Our style is Elegant and timeless, focused on quality and detail." }
]}
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -99,6 +103,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Email" }
]}
textarea={{ name: "message", placeholder: "How can we help?" }}
useInvertedBackground={false}
/>
</div>