diff --git a/src/app/page.tsx b/src/app/page.tsx
index 646f4df..0ac0df5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,137 +31,47 @@ export default function LandingPage() {
@@ -169,26 +79,11 @@ export default function LandingPage() {
@@ -198,51 +93,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "1",
- title: "3D Spatial Design",
- tags: [
- "Render",
- "Visualization",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/3d-model-house-room_23-2150761120.jpg",
- },
- {
- id: "2",
- title: "Interior Renovation",
- tags: [
- "Living Room",
- "Kitchen",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/full-view-happy-woman-with-flowers-home_197531-33087.jpg",
- },
- {
- id: "3",
- title: "Complete Fit-Outs",
- tags: [
- "Bathroom",
- "Bedroom",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg",
- },
- {
- id: "4",
- title: "Lighting Solutions",
- tags: [
- "Ambient",
- "Smart",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg",
- },
- {
- id: "5",
- title: "Material Selection",
- tags: [
- "Marble",
- "Hardwood",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-stone-wall-surface-used-interior-design_23-2151214754.jpg",
- },
+ { id: "1", title: "3D Spatial Design", tags: ["Render", "Visualization"], imageSrc: "http://img.b2bpic.net/free-photo/3d-model-house-room_23-2150761120.jpg" },
+ { id: "2", title: "Interior Renovation", tags: ["Living Room", "Kitchen"], imageSrc: "http://img.b2bpic.net/free-photo/full-view-happy-woman-with-flowers-home_197531-33087.jpg" },
+ { id: "3", title: "Complete Fit-Outs", tags: ["Bathroom", "Bedroom"], imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg" },
+ { id: "4", title: "Lighting Solutions", tags: ["Ambient", "Smart"], imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg" },
+ { id: "5", title: "Material Selection", tags: ["Marble", "Hardwood"], imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-stone-wall-surface-used-interior-design_23-2151214754.jpg" }
]}
title="Comprehensive Adaptation Services"
description="We blend creative vision with structural precision to transform your living space into a functional masterpiece."
@@ -254,49 +109,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
+ animationType="slide-up"
products={[
- {
- id: "1",
- name: "Modern Minimalist Flat",
- price: "Completed",
- variant: "Apartment",
- imageSrc: "http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149836944.jpg",
- },
- {
- id: "2",
- name: "Classic Renovation",
- price: "Completed",
- variant: "Apartment",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536311.jpg",
- },
- {
- id: "3",
- name: "Luxury Kitchen Design",
- price: "Completed",
- variant: "Kitchen",
- imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199327.jpg",
- },
- {
- id: "4",
- name: "Smart Work Space",
- price: "Completed",
- variant: "Office",
- imageSrc: "http://img.b2bpic.net/free-photo/artist-props-photography-studio_23-2148885640.jpg",
- },
- {
- id: "5",
- name: "Grand Hallway",
- price: "Completed",
- variant: "Entryway",
- imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692307.jpg",
- },
- {
- id: "6",
- name: "Open-Plan Living",
- price: "Completed",
- variant: "Living",
- imageSrc: "http://img.b2bpic.net/free-photo/part-building-made-white-pieces-metal-going-top-each-other_181624-19428.jpg",
- },
+ { id: "1", name: "Modern Minimalist Flat", price: "Completed", variant: "Apartment", imageSrc: "http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149836944.jpg" },
+ { id: "2", name: "Classic Renovation", price: "Completed", variant: "Apartment", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536311.jpg" },
+ { id: "3", name: "Luxury Kitchen Design", price: "Completed", variant: "Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199327.jpg" },
+ { id: "4", name: "Smart Work Space", price: "Completed", variant: "Office", imageSrc: "http://img.b2bpic.net/free-photo/artist-props-photography-studio_23-2148885640.jpg" },
+ { id: "5", name: "Grand Hallway", price: "Completed", variant: "Entryway", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692307.jpg" },
+ { id: "6", name: "Open-Plan Living", price: "Completed", variant: "Living", imageSrc: "http://img.b2bpic.net/free-photo/part-building-made-white-pieces-metal-going-top-each-other_181624-19428.jpg" }
]}
title="Transformation Gallery"
description="Selected luxury adaptations completed for clients across Belgrade."
@@ -309,21 +129,9 @@ export default function LandingPage() {
title="By The Numbers"
tag="Expertise"
metrics={[
- {
- id: "1",
- value: "150+",
- description: "Apartments Renovated",
- },
- {
- id: "2",
- value: "98%",
- description: "Client Satisfaction",
- },
- {
- id: "3",
- value: "24+",
- description: "Months Warranty",
- },
+ { id: "1", value: "150+", description: "Apartments Renovated" },
+ { id: "2", value: "98%", description: "Client Satisfaction" },
+ { id: "3", value: "24+", description: "Months Warranty" }
]}
metricsAnimation="slide-up"
/>
@@ -335,48 +143,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah Miller",
- role: "Homeowner",
- testimonial: "The 3D render perfectly captured my vision.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-street_23-2147747840.jpg",
- },
- {
- id: "2",
- name: "Marko Ilic",
- role: "Investor",
- testimonial: "Transparent and professional service.",
- imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg",
- },
- {
- id: "3",
- name: "Ana Petrovic",
- role: "Homeowner",
- testimonial: "High quality craftsmanship throughout.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-with-building-plans-looking-camera_23-2148269409.jpg",
- },
- {
- id: "4",
- name: "Jovan Djuric",
- role: "CEO",
- testimonial: "Innovative solutions that added value.",
- imageSrc: "http://img.b2bpic.net/free-photo/hipster-handsome-blonde-man-guy-stylish-summer-clothes-street_158595-2656.jpg",
- },
- {
- id: "5",
- name: "Elena Kovac",
- role: "Designer",
- testimonial: "These guys are top-tier in Belgrade.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-building-modern-architecture_181624-21692.jpg",
- },
- {
- id: "6",
- name: "Petar V.",
- role: "Homeowner",
- testimonial: "Worth every cent of the investment.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407597.jpg",
- },
+ { id: "1", name: "Sarah Miller", role: "Homeowner", testimonial: "The 3D render perfectly captured my vision.", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-street_23-2147747840.jpg" },
+ { id: "2", name: "Marko Ilic", role: "Investor", testimonial: "Transparent and professional service.", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg" },
+ { id: "3", name: "Ana Petrovic", role: "Homeowner", testimonial: "High quality craftsmanship throughout.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-with-building-plans-looking-camera_23-2148269409.jpg" },
+ { id: "4", name: "Jovan Djuric", role: "CEO", testimonial: "Innovative solutions that added value.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-handsome-blonde-man-guy-stylish-summer-clothes-street_158595-2656.jpg" },
+ { id: "5", name: "Elena Kovac", role: "Designer", testimonial: "These guys are top-tier in Belgrade.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-building-modern-architecture_181624-21692.jpg" },
+ { id: "6", name: "Petar V.", role: "Homeowner", testimonial: "Worth every cent of the investment.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407597.jpg" }
]}
title="Client Experiences"
description="What our residents say about their home transformation journey."
@@ -388,21 +160,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "How does the 3D rendering process work?",
- content: "We take precise measurements and draft your apartment layout in 3D, allowing you to preview textures.",
- },
- {
- id: "2",
- title: "What is the typical project timeline?",
- content: "Depending on complexity, an average apartment transformation takes 4-8 weeks.",
- },
- {
- id: "3",
- title: "Do you provide a warranty?",
- content: "Yes, all our major renovations are backed by a 24-month warranty.",
- },
+ { id: "1", title: "How does the 3D rendering process work?", content: "We take precise measurements and draft your apartment layout in 3D, allowing you to preview textures." },
+ { id: "2", title: "What is the typical project timeline?", content: "Depending on complexity, an average apartment transformation takes 4-8 weeks." },
+ { id: "3", title: "Do you provide a warranty?", content: "Yes, all our major renovations are backed by a 24-month warranty." }
]}
title="Frequently Asked Questions"
description="Clear answers about the renovation process."
@@ -413,9 +173,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file