diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3f4140d..deb5478 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,6 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
-import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
@@ -31,61 +30,21 @@ export default function LandingPage() {
@@ -94,9 +53,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Crafting Excellence"
description={[
- "Our uniforms blend tradition with modern aesthetics.",
- "We provide durable, stylish solutions for your team.",
- ]}
+ "Our uniforms blend tradition with modern aesthetics.", "We provide durable, stylish solutions for your team."]}
/>
@@ -106,23 +63,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Premium Fabrics",
- description: "Sourced from the finest mills worldwide.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h49lt1",
- },
- {
- title: "Perfect Fit",
- description: "Custom tailoring for every body type.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c7qbtd",
- },
- {
- title: "Durable Design",
- description: "Built to withstand daily corporate wear.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p2cate",
- },
+ { title: "Premium Fabrics", description: "Sourced from the finest mills worldwide.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h49lt1" },
+ { title: "Perfect Fit", description: "Custom tailoring for every body type.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c7qbtd" },
+ { title: "Durable Design", description: "Built to withstand daily corporate wear.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p2cate" },
]}
- title="Why Elite Uniforms?"
+ title="Why Uniform Wala?"
description="Standard setting apparel for elite organizations."
/>
@@ -134,48 +79,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Classic Blazer",
- price: "$299",
- variant: "Premium Navy",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l1keeh",
- },
- {
- id: "2",
- name: "Tailored Skirt",
- price: "$149",
- variant: "Signature Grey",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4ei8nv",
- },
- {
- id: "3",
- name: "Formal Shirt",
- price: "$89",
- variant: "Crisp White",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hwh0a9",
- },
- {
- id: "4",
- name: "Elite Waistcoat",
- price: "$129",
- variant: "Modern Fit",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qtgayd",
- },
- {
- id: "5",
- name: "Executive Coat",
- price: "$399",
- variant: "Charcoal",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jnf1mk",
- },
- {
- id: "6",
- name: "Silk Scarf",
- price: "$59",
- variant: "Branded",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4958qe",
- },
+ { id: "1", name: "Classic Blazer", price: "$299", variant: "Premium Navy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l1keeh" },
+ { id: "2", name: "Tailored Skirt", price: "$149", variant: "Signature Grey", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4ei8nv" },
+ { id: "3", name: "Formal Shirt", price: "$89", variant: "Crisp White", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hwh0a9" },
+ { id: "4", name: "Elite Waistcoat", price: "$129", variant: "Modern Fit", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qtgayd" },
]}
title="Our Collection"
description="Signature pieces for modern professionals."
@@ -189,83 +96,23 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- value: "10k+",
- description: "Uniforms Delivered",
- },
- {
- id: "2",
- value: "500+",
- description: "Corporate Partners",
- },
- {
- id: "3",
- value: "15",
- description: "Years Experience",
- },
+ { id: "1", value: "10k+", description: "Uniforms Delivered" },
+ { id: "2", value: "500+", description: "Corporate Partners" },
+ { id: "3", value: "15", description: "Years Experience" },
]}
title="Proven Quality"
description="Industry-leading standards for professional attire."
/>
-
-
-
-
@@ -299,37 +136,13 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file