diff --git a/src/app/page.tsx b/src/app/page.tsx
index 056b348..cbe4e44 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,8 +10,8 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
-import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
+import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
export default function LandingPage() {
return (
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,20 +42,12 @@ export default function LandingPage() {
@@ -94,26 +73,14 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Artisan Craft",
- description: "Hand-forged materials by master craftsmen.",
- imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986270.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-element-organic-background_23-2148872830.jpg",
- buttonText: "Learn More",
+ title: "Artisan Craft", description: "Hand-forged materials by master craftsmen.", imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986270.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-element-organic-background_23-2148872830.jpg", buttonText: "Learn More"
},
{
- title: "Timeless Geometry",
- description: "Sophisticated forms that defy trends.",
- imageSrc: "http://img.b2bpic.net/free-photo/yellow-minimalist-arch-stairs-podium_23-2151934049.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-wavy-lines_23-2149176250.jpg",
- buttonText: "Discover Design",
+ title: "Timeless Geometry", description: "Sophisticated forms that defy trends.", imageSrc: "http://img.b2bpic.net/free-photo/yellow-minimalist-arch-stairs-podium_23-2151934049.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-wavy-lines_23-2149176250.jpg", buttonText: "Discover Design"
},
{
- title: "White Glove Service",
- description: "Personalized care for the discerning collector.",
- imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-coffee-cafe_53876-15168.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-red-lipstick-looking-front_114579-80380.jpg",
- buttonText: "View Benefits",
- },
+ title: "White Glove Service", description: "Personalized care for the discerning collector.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-coffee-cafe_53876-15168.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-red-lipstick-looking-front_114579-80380.jpg", buttonText: "View Benefits"
+ }
]}
title="Exceptional Artistry"
description="Our commitment to brilliance is woven into every detail."
@@ -124,62 +91,33 @@ export default function LandingPage() {
@@ -216,31 +142,11 @@ export default function LandingPage() {