Update src/app/page.tsx

This commit is contained in:
2026-05-28 12:03:16 +00:00
parent 138375d171
commit b42430ab58

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
@@ -40,7 +40,7 @@ export default function LandingPage() {
{
name: "Wholesale", id: "#wholesale"},
{
name: "Contact", id: "#contact"},
name: "Contact", id: "#wholesale"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=udbkoo"
logoAlt="IranDokht logo"
@@ -253,14 +253,51 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterLogoEmphasis
logoSrc="http://img.b2bpic.net/free-vector/illustration-business-shop-logo-stamp-banner_53876-3734.jpg"
logoAlt="IranDokht logo"
logoText="IranDokht"
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
columns={[
{
items: [
{
label: "FAQ", href: "#faq"},
{
label: "Wholesale", href: "#wholesale"},
{
label: "Contact Us", href: "#wholesale"},
]},
{
items: [
{
label: "Home", href: "#home"},
{
label: "Skincare", href: "#skincare"},
{
label: "IranPour Men", href: "#iranpour"},
{
label: "Testimonials", href: "#testimonials"},
{
label: "Social Proof", href: "#social-proof"},
]},
{
items: [
{
label: "WhatsApp", href: "#"},
{
label: "Instagram", href: "#"},
{
label: "Facebook", href: "#"},
]},
{
items: [
{
label: "Stay Connected", href: "#"},
{
label: "Subscribe for updates", href: "#"},
]}
]}
className="bg-[#2F4F4F] text-[var(--background)]"
/>
</div>
</ReactLenis>