Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-31 16:03:09 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import { Instagram, Leaf, Linkedin, ShieldCheck, Zap, Sparkles } from "lucide-react";
import { Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -56,6 +56,7 @@ export default function LandingPage() {
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
products={[
{ id: "c1", brand: "Neolith", name: "Calacatta Luxe", price: "Custom", rating: 5, reviewCount: "(120)", imageSrc: "http://img.b2bpic.net/free-photo/marble-texture_23-2148425263.jpg" },
{ id: "c2", brand: "Neolith", name: "Iron Corten", price: "Custom", rating: 5, reviewCount: "(85)", imageSrc: "http://img.b2bpic.net/free-photo/stone-texture_23-2148425263.jpg" },
@@ -83,6 +84,7 @@ export default function LandingPage() {
title="Design Inspiration"
description="Crafting interiors where functionality meets artistic expression."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", title: "Kitchen Mastery", quote: "Neolith surfaces define my design aesthetic for elite kitchen projects.", name: "Ayse Y.", role: "Interior Architect", imageSrc: "http://img.b2bpic.net/free-photo/luxury-kitchen-design_181624-33230.jpg" },
{ id: "t2", title: "Bathroom Serenity", quote: "Unmatched elegance and resilience for bathroom surfacing.", name: "Mehmet O.", role: "Project Lead", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-bathroom_23-2149330971.jpg" }
@@ -96,6 +98,7 @@ export default function LandingPage() {
description="Join the architectural revolution. Access exclusive material libraries and design resources."
tag="Partnership"
tagIcon={Sparkles}
useInvertedBackground={false}
background={{ variant: "plain" }}
buttonText="Get Access"
/>