Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -9,7 +9,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Award, CheckCircle, Hammer, ImageIcon, Sparkles, Users, Wrench } from "lucide-react";
|
||||
import { Award, CheckCircle, Hammer, ImageIcon, Sparkles, Users, Wrench, Droplets, Shield, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,8 +30,8 @@ export default function LandingPage() {
|
||||
brandName="Stonecraft"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Care Guide", id: "care" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
@@ -102,6 +102,40 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="care" data-section="care">
|
||||
<FeatureBento
|
||||
title="Stone Care & Maintenance Guide"
|
||||
description="Learn how to properly care for different stone types to maintain beauty and longevity. Expert tips for granite, marble, limestone, slate, and more."
|
||||
tag="Maintenance"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Granite Care", description: "Durable and heat-resistant. Clean with pH-neutral soap and water. Reseal annually to maintain protection and prevent staining.", bentoComponent: "reveal-icon", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
title: "Marble Care", description: "Elegant but sensitive to acids. Use soft cloths and avoid vinegar or lemon juice. Polish regularly and seal to prevent etching.", bentoComponent: "reveal-icon", icon: Droplets
|
||||
},
|
||||
{
|
||||
title: "Limestone Care", description: "Porous and delicate. Clean gently with neutral solutions. Avoid acidic cleaners and seal every 6-12 months for protection.", bentoComponent: "reveal-icon", icon: Shield
|
||||
},
|
||||
{
|
||||
title: "Slate Care", description: "Low-maintenance but requires sealing. Use pH-neutral cleaners and avoid abrasive scrubbing. Reseal annually for best results.", bentoComponent: "reveal-icon", icon: Zap
|
||||
},
|
||||
{
|
||||
title: "Sandstone Care", description: "Soft and porous material. Clean with mild soap and water only. Requires regular sealing to protect against weathering and staining.", bentoComponent: "reveal-icon", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
title: "Travertine Care", description: "Natural holes and unique texture. Use stone-specific cleaners. Fill holes if desired and seal regularly to maintain appearance and durability.", bentoComponent: "reveal-icon", icon: Shield
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<AboutMetric
|
||||
title="Stonecraft: 20+ Years of Excellence in Craft Renovation and Stone Work"
|
||||
@@ -184,15 +218,15 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Core Renovation", href: "#services" },
|
||||
{ label: "Stone Care", href: "#services" },
|
||||
{ label: "Stone Care", href: "#care" },
|
||||
{ label: "Paving", href: "#services" },
|
||||
{ label: "Terraces", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Projects", href: "#projects" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Team", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
],
|
||||
@@ -200,7 +234,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Care Guide", href: "#care" },
|
||||
{ label: "Warranty", href: "#" },
|
||||
{ label: "Maintenance", href: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user