Merge version_1 into main #3
@@ -92,22 +92,22 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Interiors", name: "Minimalist Villa", price: "Featured", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg"},
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", brand: "Exteriors", name: "Concrete Oasis", price: "Featured", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-bedroom_1048-8372.jpg"},
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-bedroom_1048-8372.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", brand: "Commercial", name: "Modern Office Hub", price: "Featured", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg"},
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg?_wi=1"},
|
||||
{
|
||||
id: "4", brand: "Residential", name: "Mountain Retreat", price: "Featured", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg"},
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg?_wi=2"},
|
||||
{
|
||||
id: "5", brand: "Interiors", name: "Gallery Apartment", price: "Featured", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-bedroom_1048-8372.jpg"},
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-bedroom_1048-8372.jpg?_wi=2"},
|
||||
{
|
||||
id: "6", brand: "Exteriors", name: "Coastal Haven", price: "Featured", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg"},
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg?_wi=2"},
|
||||
]}
|
||||
title="Selected Projects"
|
||||
description="A curated showcase of recent photorealistic visualizations."
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
title="The Workflow"
|
||||
description="Transparent process from concept to delivery."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user