diff --git a/src/app/page.tsx b/src/app/page.tsx
index 19a3c9b..dad7852 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,97 +47,54 @@ export default function LandingPage() {
@@ -157,19 +106,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
- label: "Years Experience",
- value: "20+",
- },
+ label: "Years Experience", value: "20+"},
{
icon: Truck,
- label: "Delivery Locations",
- value: "500+",
- },
+ label: "Delivery Locations", value: "500+"},
{
icon: Users,
- label: "Happy Families",
- value: "1000+",
- },
+ label: "Happy Families", value: "1000+"},
]}
metricsAnimation="slide-up"
/>
@@ -183,20 +126,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Artisan Craftsmanship",
- description: "Authentic wood furniture crafted by experienced local masters.",
- imageSrc: "http://img.b2bpic.net/free-photo/engraving-instrument-arrangement-table_23-2149061695.jpg",
- },
+ title: "Artisan Craftsmanship", description: "Authentic wood furniture crafted by experienced local masters.", imageSrc: "http://img.b2bpic.net/free-photo/engraving-instrument-arrangement-table_23-2149061695.jpg"},
{
- title: "Fast Local Delivery",
- description: "Reliable delivery service right to your doorstep anywhere in Nong Bua Lamphu.",
- imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-package-list_23-2148590675.jpg",
- },
+ title: "Fast Local Delivery", description: "Reliable delivery service right to your doorstep anywhere in Nong Bua Lamphu.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-package-list_23-2148590675.jpg"},
{
- title: "Modern Designs",
- description: "Curated collection combining contemporary style with traditional comfort.",
- imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg",
- },
+ title: "Modern Designs", description: "Curated collection combining contemporary style with traditional comfort.", imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg"},
]}
title="Why Choose Us"
description="We pride ourselves on our commitment to quality, local service, and design excellence."
@@ -211,41 +145,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- name: "Teak Dining Set",
- price: "฿15,000",
- imageSrc: "http://img.b2bpic.net/free-photo/minimal-picture-frame-with-scandinavian-design_53876-139778.jpg",
- },
+ id: "1", name: "Teak Dining Set", price: "฿15,000", imageSrc: "http://img.b2bpic.net/free-photo/minimal-picture-frame-with-scandinavian-design_53876-139778.jpg"},
{
- id: "2",
- name: "Classic Wood Sofa",
- price: "฿18,500",
- imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-sofa_1203-6725.jpg",
- },
+ id: "2", name: "Classic Wood Sofa", price: "฿18,500", imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-sofa_1203-6725.jpg"},
{
- id: "3",
- name: "Modern Bedroom Set",
- price: "฿22,000",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-bedroom-suite-hotel-with-tv-cabinet-wardrobe_105762-2286.jpg",
- },
+ id: "3", name: "Modern Bedroom Set", price: "฿22,000", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-bedroom-suite-hotel-with-tv-cabinet-wardrobe_105762-2286.jpg"},
{
- id: "4",
- name: "Office Desk",
- price: "฿8,500",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-space-prepared-aa-meeting-group-therapy-with-chairs-circle-nobody-room-used-psychotherapy-session-communication-against-acohol-addiction-problems_482257-27421.jpg",
- },
+ id: "4", name: "Office Desk", price: "฿8,500", imageSrc: "http://img.b2bpic.net/free-photo/empty-space-prepared-aa-meeting-group-therapy-with-chairs-circle-nobody-room-used-psychotherapy-session-communication-against-acohol-addiction-problems_482257-27421.jpg"},
{
- id: "5",
- name: "Storage Rack",
- price: "฿4,200",
- imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986615.jpg",
- },
+ id: "5", name: "Storage Rack", price: "฿4,200", imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986615.jpg"},
{
- id: "6",
- name: "Lounge Chair",
- price: "฿6,500",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-white-chair_1203-2058.jpg",
- },
+ id: "6", name: "Lounge Chair", price: "฿6,500", imageSrc: "http://img.b2bpic.net/free-photo/blue-white-chair_1203-2058.jpg"},
]}
title="Our Curated Collection"
description="Explore our latest arrivals and timeless classics for every room in your home."
@@ -257,22 +167,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false}
+ animationType="slide-up"
metrics={[
{
- id: "m1",
- value: "100%",
- description: "Customer Satisfaction",
- },
+ id: "m1", value: "100%", description: "Customer Satisfaction"},
{
- id: "m2",
- value: "5000+",
- description: "Furniture Items Delivered",
- },
+ id: "m2", value: "5000+", description: "Furniture Items Delivered"},
{
- id: "m3",
- value: "24/7",
- description: "Ordering Availability",
- },
+ id: "m3", value: "24/7", description: "Ordering Availability"},
]}
title="Performance at a Glance"
description="We are proud of our contributions to thousands of homes in the region."
@@ -287,45 +189,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Somchai P.",
- role: "Owner",
- company: "LocalCafe",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg",
- },
+ id: "1", name: "Somchai P.", role: "Owner", company: "LocalCafe", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg"},
{
- id: "2",
- name: "Malai K.",
- role: "Architect",
- company: "DesignStudio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-book-man-with-breakfast_23-2148334751.jpg",
- },
+ id: "2", name: "Malai K.", role: "Architect", company: "DesignStudio", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-book-man-with-breakfast_23-2148334751.jpg"},
{
- id: "3",
- name: "Anan S.",
- role: "Homeowner",
- company: "Residential",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-with-paintbrush-their-new-home_23-2149086848.jpg",
- },
+ id: "3", name: "Anan S.", role: "Homeowner", company: "Residential", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-with-paintbrush-their-new-home_23-2149086848.jpg"},
{
- id: "4",
- name: "Pimporn J.",
- role: "Manager",
- company: "Business",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-his-girlfriend-using-laptop-home_23-2148137530.jpg",
- },
+ id: "4", name: "Pimporn J.", role: "Manager", company: "Business", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-his-girlfriend-using-laptop-home_23-2148137530.jpg"},
{
- id: "5",
- name: "Weera B.",
- role: "Designer",
- company: "Office",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg",
- },
+ id: "5", name: "Weera B.", role: "Designer", company: "Office", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg"},
]}
title="What Our Clients Say"
description="Don't take our word for it—listen to our happy customers."
@@ -336,8 +213,7 @@ export default function LandingPage() {