diff --git a/src/app/page.tsx b/src/app/page.tsx
index 741f64e..6b93148 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -57,63 +42,23 @@ export default function LandingPage() {
@@ -137,39 +82,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Fashion and Style",
- author: "Retail Department",
- description: "Browse our expansive collection of international and local fashion brands.",
- tags: [
- "Fashion",
- "Retail",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5777.jpg",
- },
- {
- id: "f2",
- title: "Family Fun",
- author: "Amusement Area",
- description: "Spacious amusement area for kids ensuring entertainment for the whole family.",
- tags: [
- "Kids",
- "Fun",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-carousel_23-2150888161.jpg",
- },
- {
- id: "f3",
- title: "Dining & Cafes",
- author: "Food Court",
- description: "Diverse culinary options ranging from quick snacks to fine dining experiences.",
- tags: [
- "Dining",
- "Cafe",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-face-mask-disinfecting-hands_23-2148665435.jpg",
- },
+ { id: "f1", title: "Fashion and Style", author: "Retail Department", description: "Browse our expansive collection of international and local fashion brands.", tags: ["Fashion", "Retail"], imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5777.jpg" },
+ { id: "f2", title: "Family Fun", author: "Amusement Area", description: "Spacious amusement area for kids ensuring entertainment for the whole family.", tags: ["Kids", "Fun"], imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-carousel_23-2150888161.jpg" },
+ { id: "f3", title: "Dining & Cafes", author: "Food Court", description: "Diverse culinary options ranging from quick snacks to fine dining experiences.", tags: ["Dining", "Cafe"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-face-mask-disinfecting-hands_23-2148665435.jpg" },
]}
title="A World of Possibilities"
description="Explore our categories designed for every lifestyle."
@@ -184,36 +99,9 @@ export default function LandingPage() {
title="Events and Exhibitions"
description="Stay updated with the latest happenings at Hayat Mall."
blogs={[
- {
- id: "e1",
- category: "Events",
- title: "Summer Festival",
- excerpt: "Join us for a month of fun and entertainment.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-walking-together-full-shot_23-2149241533.jpg",
- authorName: "Mall Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/people-walking-together-full-shot_23-2149241533.jpg",
- date: "2024-07-01",
- },
- {
- id: "e2",
- category: "Exhibitions",
- title: "Art Showcase",
- excerpt: "Discover beautiful works from local artists.",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg",
- authorName: "Mall Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg",
- date: "2024-08-15",
- },
- {
- id: "e3",
- category: "Offers",
- title: "Back to School Sale",
- excerpt: "Unbeatable offers on all your favorites.",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9475.jpg",
- authorName: "Mall Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9475.jpg",
- date: "2024-09-01",
- },
+ { id: "e1", category: "Events", title: "Summer Festival", excerpt: "Join us for a month of fun and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/people-walking-together-full-shot_23-2149241533.jpg", authorName: "Mall Admin", authorAvatar: "http://img.b2bpic.net/free-photo/people-walking-together-full-shot_23-2149241533.jpg", date: "2024-07-01" },
+ { id: "e2", category: "Exhibitions", title: "Art Showcase", excerpt: "Discover beautiful works from local artists.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg", authorName: "Mall Admin", authorAvatar: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg", date: "2024-08-15" },
+ { id: "e3", category: "Offers", title: "Back to School Sale", excerpt: "Unbeatable offers on all your favorites.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9475.jpg", authorName: "Mall Admin", authorAvatar: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9475.jpg", date: "2024-09-01" },
]}
/>
@@ -221,30 +109,20 @@ export default function LandingPage() {