diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4f5c681..29aee8e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,85 +46,54 @@ export default function LandingPage() {
@@ -143,7 +104,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About Shalimar Steel Plaza"
description="Shalimar Steel Plaza is a trusted appliance store in Rourkela, serving the community with quality products, reasonable prices, and friendly customer service. We make modern living accessible to every home."
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhiasZe4c5vGI3i1wsABWRhZBQ/a-high-end-modern-kitchen-appliance-show-1774947816150-55f5efdd.png?_wi=2"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhiasZe4c5vGI3i1wsABWRhZBQ/a-high-end-modern-kitchen-appliance-show-1774947816150-55f5efdd.png"
/>
@@ -155,23 +116,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Kitchen Appliances",
- price: "From ₹499",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhiasZe4c5vGI3i1wsABWRhZBQ/high-quality-stainless-steel-kitchen-app-1774947815294-51ab2701.png",
- },
+ id: "p1", name: "Kitchen Appliances", price: "From ₹499", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhiasZe4c5vGI3i1wsABWRhZBQ/high-quality-stainless-steel-kitchen-app-1774947815294-51ab2701.png"},
{
- id: "p2",
- name: "Home Appliances",
- price: "From ₹1,299",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhiasZe4c5vGI3i1wsABWRhZBQ/a-sleek-modern-microwave-oven-in-stainle-1774947815472-219517d9.png",
- },
+ id: "p2", name: "Home Appliances", price: "From ₹1,299", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhiasZe4c5vGI3i1wsABWRhZBQ/a-sleek-modern-microwave-oven-in-stainle-1774947815472-219517d9.png"},
{
- id: "p3",
- name: "Steel & Utility",
- price: "From ₹199",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhiasZe4c5vGI3i1wsABWRhZBQ/a-high-quality-steel-pressure-cooker-pro-1774947815126-ec79ac16.png",
- },
+ id: "p3", name: "Steel & Utility", price: "From ₹199", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhiasZe4c5vGI3i1wsABWRhZBQ/a-high-quality-steel-pressure-cooker-pro-1774947815126-ec79ac16.png"},
]}
title="Our Categories"
description="Explore our wide range of appliances for every corner of your home."
@@ -180,34 +129,19 @@ export default function LandingPage() {
@@ -283,25 +196,17 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhiasZe4c5vGI3i1wsABWRhZBQ/a-minimalist-premium-logo-design-for-sha-1774947818772-47af1e97.png"
columns={[
{
- title: "Navigate",
- items: [
+ title: "Navigate", items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "Products",
- href: "#products",
- },
+ label: "Products", href: "#products"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "091784 40488",
- href: "tel:09178440488",
- },
+ label: "091784 40488", href: "tel:09178440488"},
],
},
]}