diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1318eed..3e5e9fa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,31 +41,13 @@ export default function LandingPage() {
@@ -116,33 +74,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "1",
- title: "Metallic Epoxy",
- tags: [
- "High Gloss",
- "Industrial Luxury",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/grey-texture-background-floor_23-2148210327.jpg?_wi=2",
- },
- {
- id: "2",
- title: "3D Floor Art",
- tags: [
- "Custom Design",
- "Immersive",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-psychedelic-background_23-2148805328.jpg?_wi=2",
- },
- {
- id: "3",
- title: "Solid Color Resin",
- tags: [
- "Seamless",
- "Durable",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/black-white-marble_23-2148978388.jpg?_wi=2",
- },
+ { id: "1", title: "Metallic Epoxy", tags: ["High Gloss", "Industrial Luxury"], imageSrc: "http://img.b2bpic.net/free-photo/grey-texture-background-floor_23-2148210327.jpg" },
+ { id: "2", title: "3D Floor Art", tags: ["Custom Design", "Immersive"], imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-psychedelic-background_23-2148805328.jpg" },
+ { id: "3", title: "Solid Color Resin", tags: ["Seamless", "Durable"], imageSrc: "http://img.b2bpic.net/free-photo/black-white-marble_23-2148978388.jpg" }
]}
title="Our Specialized Coatings"
description="Tailored epoxy solutions for residential luxury and commercial elegance."
@@ -154,61 +88,11 @@ export default function LandingPage() {
textboxLayout="split-description"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
+ animationType="blur-reveal"
products={[
- {
- id: "p1",
- brand: "Luxury",
- name: "Blue Swirl Living",
- price: "Custom",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-watercolor-bottles_23-2148612681.jpg",
- },
- {
- id: "p2",
- brand: "Modern",
- name: "Metallic Copper Entry",
- price: "Custom",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-marble-texture_23-2149091276.jpg",
- },
- {
- id: "p3",
- brand: "Luxury",
- name: "Emerald River Kitchen",
- price: "Custom",
- rating: 5,
- reviewCount: "15",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-dissolving-mold-paper-pulp-making-paper_23-2147845487.jpg",
- },
- {
- id: "p4",
- brand: "Classic",
- name: "Black & White Marble",
- price: "Custom",
- rating: 5,
- reviewCount: "10",
- imageSrc: "http://img.b2bpic.net/free-photo/palette-with-watercolors-watercolor-paints-closeup_169016-62923.jpg",
- },
- {
- id: "p5",
- brand: "Luxury",
- name: "Liquid Gold Hallway",
- price: "Custom",
- rating: 5,
- reviewCount: "9",
- imageSrc: "http://img.b2bpic.net/free-photo/golden-dye-dirty-water_23-2147798169.jpg",
- },
- {
- id: "p6",
- brand: "Oceanic",
- name: "Deep Ocean Depth",
- price: "Custom",
- rating: 5,
- reviewCount: "7",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-s-hand-stirring-paper-pulp-tray-wooden-desk_23-2147845532.jpg",
- },
+ { id: "p1", brand: "Luxury", name: "Blue Swirl Living", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-watercolor-bottles_23-2148612681.jpg" },
+ { id: "p2", brand: "Modern", name: "Metallic Copper Entry", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-marble-texture_23-2149091276.jpg" },
+ { id: "p3", brand: "Luxury", name: "Emerald River Kitchen", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-dissolving-mold-paper-pulp-making-paper_23-2147845487.jpg" }
]}
title="Project Gallery"
description="Browse our latest high-end resin transformations."
@@ -222,46 +106,8 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- role: "Owner",
- company: "Villa Modern",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-painting-floor_23-2148263360.jpg",
- },
- {
- id: "2",
- name: "Michael R.",
- role: "Architect",
- company: "Innovate Designs",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/underground-parking-lot_1112-927.jpg",
- },
- {
- id: "3",
- name: "Elena D.",
- role: "Owner",
- company: "Dream Home",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-standing-with-daughter-by-window_1303-12896.jpg",
- },
- {
- id: "4",
- name: "David K.",
- role: "Founder",
- company: "Boutique Style",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-worker-helping-woman-choose-from-stylish-selection-clothes_482257-109184.jpg",
- },
- {
- id: "5",
- name: "Sophia L.",
- role: "Designer",
- company: "Luxury Interiors",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-rich-woman_52683-97509.jpg",
- },
+ { id: "1", name: "Sarah J.", role: "Owner", company: "Villa Modern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-painting-floor_23-2148263360.jpg" },
+ { id: "2", name: "Michael R.", role: "Architect", company: "Innovate Designs", rating: 5, imageSrc: "http://img.b2bpic.net/underground-parking-lot_1112-927.jpg" }
]}
title="Client Experiences"
description="What our premium clients have to say about their new floors."
@@ -274,30 +120,11 @@ export default function LandingPage() {
title="Request Your Quote"
description="Tell us about your project and we'll create a vision for your space."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
- },
- {
- name: "sqft",
- type: "number",
- placeholder: "Approx. Square Footage",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "email", type: "email", placeholder: "Your Email", required: true },
+ { name: "sqft", type: "number", placeholder: "Approx. Square Footage", required: true }
]}
- textarea={{
- name: "message",
- placeholder: "Tell us about your flooring vision...",
- required: true,
- }}
+ textarea={{ name: "message", placeholder: "Tell us about your flooring vision...", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/nail-polish-texture_23-2148111269.jpg"
mediaPosition="right"
/>
@@ -307,45 +134,9 @@ export default function LandingPage() {