diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c22d50..0830e26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -47,8 +47,8 @@ export default function LandingPage() { description="Transform your spaces with cutting-edge 360-degree photography and immersive visualization. Over 200 successful projects across Spain and 4000+ clients throughout Europe." tag="Premium 360° Technology" tagIcon={Sparkles} - background={{ variant: "noise" }} - imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821313.jpg?_wi=1" + background={{ variant: "canvas-reveal" }} + imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821313.jpg" imageAlt="View360 immersive photography showcase" buttons={[ { text: "Explore Our Work", href: "#features" }, @@ -125,14 +125,11 @@ export default function LandingPage() { tag="Schedule Your Visit" products={[ { - id: "madrid-event", brand: "View360 Spain", name: "Madrid Showcase & Workshop", price: "March 23-25, 2025", rating: 5, - reviewCount: "Premium Event", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821313.jpg?_wi=2", imageAlt: "Madrid event showcase"}, + id: "madrid-event", brand: "View360 Spain", name: "Madrid Showcase & Workshop", price: "March 23-25, 2025", rating: 5, reviewCount: "Premium Event", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821313.jpg", imageAlt: "Madrid event showcase"}, { - id: "bilbao-event", brand: "View360 Spain", name: "Bilbao Professional Session", price: "April 14, 2025", rating: 5, - reviewCount: "Executive Briefing", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-medical-infographic_23-2148497574.jpg", imageAlt: "Bilbao professional session"}, + id: "bilbao-event", brand: "View360 Spain", name: "Bilbao Professional Session", price: "April 14, 2025", rating: 5, reviewCount: "Executive Briefing", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-medical-infographic_23-2148497574.jpg", imageAlt: "Bilbao professional session"}, { - id: "sebastian-event", brand: "View360 Spain", name: "San Sebastián Implementation", price: "April 14, 2025", rating: 5, - reviewCount: "Technical Workshop", imageSrc: "http://img.b2bpic.net/free-vector/datacenter-round-composition-with-server-equipment-security-system-internet-technology-cloud-service_1284-33801.jpg", imageAlt: "San Sebastián workshop"}, + id: "sebastian-event", brand: "View360 Spain", name: "San Sebastián Implementation", price: "April 14, 2025", rating: 5, reviewCount: "Technical Workshop", imageSrc: "http://img.b2bpic.net/free-vector/datacenter-round-composition-with-server-equipment-security-system-internet-technology-cloud-service_1284-33801.jpg", imageAlt: "San Sebastián workshop"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default"