Update src/app/page.tsx
This commit is contained in:
@@ -10,8 +10,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Activity, Clock, MapPin, Phone, ShieldCheck } from "lucide-react";
|
||||
import { Activity, Clock, MapPin, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,12 +47,15 @@ export default function LandingPage() {
|
||||
title="Welcome to NXT Store Batna"
|
||||
description="Your premier destination in Batna for quality products and exceptional service. Experience modern shopping excellence with NXT Store."
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
leftCarouselItems={[]}
|
||||
rightCarouselItems={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[{ type: "text", content: "About NXT Store" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,6 +78,7 @@ export default function LandingPage() {
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "loc", icon: MapPin, title: "Store Location", value: "Batna, Algeria" },
|
||||
{ id: "hr", icon: Clock, title: "Business Hours", value: "08:00 - 20:00" },
|
||||
@@ -95,6 +98,8 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about NXT Store."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user