diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0fb760a..43a62c6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,31 +32,21 @@ export default function LandingPage() {
@@ -66,7 +56,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Legacy of Artistry"
description="At The Indian Stone Art, we preserve the ancient techniques of stone carving, transforming natural stone into timeless expressions of beauty and heritage."
- imageSrc="http://img.b2bpic.net/free-photo/ancient-archeological-pot-with-ethnic-ornaments-it_114579-11514.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/ancient-archeological-pot-with-ethnic-ornaments-it_114579-11514.jpg"
imageAlt="Artisan workshop"
/>
@@ -78,28 +68,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Master Craftsmanship",
- description: "Carved by expert hands.",
- bentoComponent: "reveal-icon",
- icon: Briefcase,
- imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-with-abstract-shapes_23-2148744326.jpg",
- imageAlt: "Metallic background with abstract shapes",
+ title: "Master Craftsmanship", description: "Carved by expert hands.", bentoComponent: "reveal-icon", icon: Briefcase
},
{
- title: "Natural Stone",
- description: "Sourced from the finest origins.",
- bentoComponent: "reveal-icon",
- icon: Mountain,
- imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15810.jpg?_wi=2",
- imageAlt: "Metallic background with abstract shapes",
+ title: "Natural Stone", description: "Sourced from the finest origins.", bentoComponent: "reveal-icon", icon: Mountain
},
{
- title: "Cultural Heritage",
- description: "Blending tradition and elegance.",
- bentoComponent: "reveal-icon",
- icon: Award,
- imageSrc: "http://img.b2bpic.net/free-photo/ancient-archeological-pot-with-ethnic-ornaments-it_114579-11514.jpg?_wi=2",
- imageAlt: "Metallic background with abstract shapes",
+ title: "Cultural Heritage", description: "Blending tradition and elegance.", bentoComponent: "reveal-icon", icon: Award
},
]}
title="The Art of Stone"
@@ -114,42 +89,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Classic Marble Figurine",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-stone-pot-pedestal-park_181624-14166.jpg",
- },
- {
- id: "p2",
- name: "Ornate Stone Lotus",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rocky-monument-with-carved-image-human-face-jungle-close-up-view_613910-21517.jpg",
- },
- {
- id: "p3",
- name: "Heritage Temple Ornament",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/decorated-statue-traditional-hindu-god-bali-indonesia_158538-26282.jpg",
- },
- {
- id: "p4",
- name: "Grand Garden Statue",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/painted-pumpkin-with-creative-design_23-2147930946.jpg",
- },
- {
- id: "p5",
- name: "Intricate Relief Panel",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/texture-backgrounds_1122-1964.jpg",
- },
- {
- id: "p6",
- name: "Traditional Stone Basin",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/grave-angel_181624-12173.jpg",
- },
+ { id: "p1", name: "Classic Marble Figurine", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-stone-pot-pedestal-park_181624-14166.jpg" },
+ { id: "p2", name: "Ornate Stone Lotus", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rocky-monument-with-carved-image-human-face-jungle-close-up-view_613910-21517.jpg" },
+ { id: "p3", name: "Heritage Temple Ornament", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/decorated-statue-traditional-hindu-god-bali-indonesia_158538-26282.jpg" },
+ { id: "p4", name: "Grand Garden Statue", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/painted-pumpkin-with-creative-design_23-2147930946.jpg" },
+ { id: "p5", name: "Intricate Relief Panel", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/texture-backgrounds_1122-1964.jpg" },
+ { id: "p6", name: "Traditional Stone Basin", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/grave-angel_181624-12173.jpg" },
]}
title="Our Masterpieces"
description="Explore our curated collection of handcrafted stone statues and decorative art."
@@ -162,33 +107,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "25+",
- title: "Years Experience",
- items: [
- "Expert Artisans",
- "Lifetime Quality",
- ],
- },
- {
- id: "m2",
- value: "1000+",
- title: "Pieces Created",
- items: [
- "Unique Designs",
- "Bespoke Art",
- ],
- },
- {
- id: "m3",
- value: "500+",
- title: "Happy Clients",
- items: [
- "Worldwide Delivery",
- "Trust Built",
- ],
- },
+ { id: "m1", value: "25+", title: "Years Experience", items: ["Expert Artisans", "Lifetime Quality"] },
+ { id: "m2", value: "1000+", title: "Pieces Created", items: ["Unique Designs", "Bespoke Art"] },
+ { id: "m3", value: "500+", title: "Happy Clients", items: ["Worldwide Delivery", "Trust Built"] },
]}
title="By The Numbers"
description="Years of dedication to stone carving excellence."
@@ -201,41 +122,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Anita Verma",
- role: "Collector",
- testimonial: "The detailing in the stone statue is breathtaking. A true piece of art.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-senior-woman-with-flowers_23-2149421520.jpg",
- },
- {
- id: "t2",
- name: "Robert Smith",
- role: "Architect",
- testimonial: "High-quality stone finishes. Fits perfectly in our landscape design.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-tarot-home_23-2150276080.jpg",
- },
- {
- id: "t3",
- name: "Deepika Rao",
- role: "Homeowner",
- testimonial: "Delivered on time and exceeded our expectations in craftsmanship.",
- imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196967.jpg",
- },
- {
- id: "t4",
- name: "Vikram Seth",
- role: "Boutique Owner",
- testimonial: "Excellent service and genuine heritage quality stone art.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-5207.jpg",
- },
- {
- id: "t5",
- name: "Meera Patel",
- role: "Art Enthusiast",
- testimonial: "Exquisite work that anchors our garden aesthetic perfectly.",
- imageSrc: "http://img.b2bpic.net/free-photo/abraham-lincoln-memorial-washington_268835-4937.jpg",
- },
+ { id: "t1", name: "Anita Verma", role: "Collector", testimonial: "The detailing in the stone statue is breathtaking. A true piece of art.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-senior-woman-with-flowers_23-2149421520.jpg" },
+ { id: "t2", name: "Robert Smith", role: "Architect", testimonial: "High-quality stone finishes. Fits perfectly in our landscape design.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-tarot-home_23-2150276080.jpg" },
+ { id: "t3", name: "Deepika Rao", role: "Homeowner", testimonial: "Delivered on time and exceeded our expectations in craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196967.jpg" },
+ { id: "t4", name: "Vikram Seth", role: "Boutique Owner", testimonial: "Excellent service and genuine heritage quality stone art.", imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-5207.jpg" },
+ { id: "t5", name: "Meera Patel", role: "Art Enthusiast", testimonial: "Exquisite work that anchors our garden aesthetic perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/abraham-lincoln-memorial-washington_268835-4937.jpg" },
]}
title="What Our Clients Say"
description="Stories from collectors and lovers of authentic stone art."
@@ -247,21 +138,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do you ship worldwide?",
- content: "Yes, we ship globally with expert care in packaging.",
- },
- {
- id: "q2",
- title: "Can I request custom work?",
- content: "Absolutely, we specialize in bespoke stone carving commissions.",
- },
- {
- id: "q3",
- title: "How long does a piece take?",
- content: "Timeline depends on size and complexity, usually 4-8 weeks.",
- },
+ { id: "q1", title: "Do you ship worldwide?", content: "Yes, we ship globally with expert care in packaging." },
+ { id: "q2", title: "Can I request custom work?", content: "Absolutely, we specialize in bespoke stone carving commissions." },
+ { id: "q3", title: "How long does a piece take?", content: "Timeline depends on size and complexity, usually 4-8 weeks." },
]}
title="Common Inquiries"
description="Answers to frequently asked questions about our stone art."
@@ -272,9 +151,7 @@ export default function LandingPage() {