Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-06 08:08:33 +00:00

View File

@@ -9,7 +9,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Diamond, Mail, Phone, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -61,6 +60,7 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-table-with-art-tools-colorful-pencils-professional-drawing-concept-art-studio-space-african-american-creative-artist-working-masterpiece-canvas-project_482257-28069.jpg"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -76,6 +76,7 @@ export default function LandingPage() {
{ id: "p3", name: "Executive Leather Chair", price: "7,800 QAR", imageSrc: "http://img.b2bpic.net/free-photo/female-relaxing-couch-with-magazine_23-2148415908.jpg" }
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -89,6 +90,7 @@ export default function LandingPage() {
{ id: "t1", name: "Hassan Al-Fayez", role: "Architect", testimonial: "The 3D customization process was impeccable." },
{ id: "t2", name: "Fatima Mansoor", role: "Homeowner", testimonial: "Exquisite craftsmanship and attention to detail." }
]}
useInvertedBackground={false}
/>
</div>
@@ -100,14 +102,15 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Full Name" },
{ name: "email", type: "email", placeholder: "Email Address" }
]}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Store", items: [{ label: "Catalog" }, { label: "Bespoke" }] },
{ title: "Social", items: [{ label: "Instagram" }, { label: "Twitter" }] }
{ title: "Store", items: [{ label: "Catalog", href: "#products" }, { label: "Bespoke", href: "#contact" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] }
]}
bottomLeftText="© 2025 Tivoli"
bottomRightText="Qatar Luxury Interiors"