diff --git a/src/app/page.tsx b/src/app/page.tsx
index 511c8a4..fe933a9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,43 +40,17 @@ export default function LandingPage() {
@@ -205,60 +107,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
- {
- id: "1",
- brand: "Style",
- name: "Transformation 1",
- price: "",
- rating: 5,
- reviewCount: "1",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-barber-shaving-hair-client_23-2147778750.jpg",
- },
- {
- id: "2",
- brand: "Style",
- name: "Transformation 2",
- price: "",
- rating: 5,
- reviewCount: "1",
- imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-studio-fashion-portrait_1301-4486.jpg",
- },
- {
- id: "3",
- brand: "Style",
- name: "Transformation 3",
- price: "",
- rating: 5,
- reviewCount: "1",
- imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg",
- },
- {
- id: "4",
- brand: "Style",
- name: "Transformation 4",
- price: "",
- rating: 5,
- reviewCount: "1",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-getting-hair-done_23-2149860769.jpg",
- },
- {
- id: "5",
- brand: "Style",
- name: "Transformation 5",
- price: "",
- rating: 5,
- reviewCount: "1",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-teaching-sign-language_23-2148803694.jpg",
- },
- {
- id: "6",
- brand: "Style",
- name: "Transformation 6",
- price: "",
- rating: 5,
- reviewCount: "1",
- imageSrc: "http://img.b2bpic.net/free-photo/women-make-up-stand-each-other-apply-hair-rollers-mascara-use-eyelashes-curler-prepare-special-occasion-want-look-beautiful_273609-52775.jpg",
- },
+ { id: "1", brand: "Style", name: "Transformation 1", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/attractive-barber-shaving-hair-client_23-2147778750.jpg" },
+ { id: "2", brand: "Style", name: "Transformation 2", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-studio-fashion-portrait_1301-4486.jpg" },
+ { id: "3", brand: "Style", name: "Transformation 3", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg" },
+ { id: "4", brand: "Style", name: "Transformation 4", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-getting-hair-done_23-2149860769.jpg" },
+ { id: "5", brand: "Style", name: "Transformation 5", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-teaching-sign-language_23-2148803694.jpg" },
+ { id: "6", brand: "Style", name: "Transformation 6", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/women-make-up-stand-each-other-apply-hair-rollers-mascara-use-eyelashes-curler-prepare-special-occasion-want-look-beautiful_273609-52775.jpg" },
]}
title="Our Work"
description="Take a look at some of our recent transformations and results."
@@ -268,19 +122,11 @@ export default function LandingPage() {
@@ -288,9 +134,7 @@ export default function LandingPage() {
@@ -299,33 +143,16 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file