Merge version_2 into main #3
@@ -1,62 +1,41 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import type { Metadata } from 'next';
|
||||
import './globals.css';
|
||||
import './styles/variables.css';
|
||||
import './styles/base.css';
|
||||
import { Poppins } from 'next/font/google';
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
const poppins = Poppins({
|
||||
variable: '--font-poppins',
|
||||
subsets: ['latin'],
|
||||
weight: ['100', '200', '300', '400', '500', '600', '700', '800', '900'],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Lamisa Fashion - Luxury Women's Clothing Online", description: "Discover elegant, premium women's fashion at Lamisa Fashion. Shop stylish dresses, casual wear, and luxury clothing online. Trusted by thousands of customers worldwide.", keywords: "women's fashion, luxury clothing, online shopping, dresses, premium apparel, trendy women's wear", metadataBase: new URL("https://lamisafashion.com"),
|
||||
alternates: {
|
||||
canonical: "https://lamisafashion.com"},
|
||||
openGraph: {
|
||||
title: "Lamisa Fashion - Premium Women's Clothing", description: "Explore elegant and stylish women's fashion collections at Lamisa Fashion. Shop luxury clothing online today.", url: "https://lamisafashion.com", siteName: "Lamisa Fashion", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7088.jpg", alt: "Lamisa Fashion - Luxury Women's Clothing"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Lamisa Fashion - Luxury Women's Clothing", description: "Discover premium, elegant women's fashion at Lamisa Fashion. Shop online today.", images: ["http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7088.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
title: 'Lamisa Fashion | Luxury Women\'s Clothing',
|
||||
description: 'Discover premium women\'s fashion with Lamisa Fashion. Explore elegant dresses, casual wear, and luxury styles for every occasion.',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${manrope.variable} ${dmSans.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<body className={`${poppins.variable}`}>
|
||||
<ServiceWrapper>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
</ServiceWrapper>
|
||||
<script
|
||||
async
|
||||
src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/gsap.min.js"
|
||||
/>
|
||||
<script
|
||||
async
|
||||
src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/ScrollTrigger.min.js"
|
||||
/>
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1424,7 +1403,14 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
function ServiceWrapper({ children }: { children: React.ReactNode }) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
|
||||
function Tag() {
|
||||
return null;
|
||||
}
|
||||
@@ -8,7 +8,8 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Sparkles, Mail, Quote } from 'lucide-react';
|
||||
import { Sparkles, Mail } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,6 +28,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Lamisa Fashion"
|
||||
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiS9HC2VtqlVQ0aOaWDdmWM2ZQ/uploaded-1773074396617-9ictvq1j.jpg"
|
||||
navItems={[
|
||||
{ name: "Collections", id: "collections" },
|
||||
{ name: "Shop", id: "shop" },
|
||||
@@ -48,9 +50,11 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7088.jpg", imageAlt: "Elegant woman in luxury fashion"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7088.jpg", imageAlt: "Elegant woman in luxury fashion"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-transgender-person-taking-off-his-hair-net_23-2148827044.jpg", imageAlt: "Sophisticated women fashion model"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-transgender-person-taking-off-his-hair-net_23-2148827044.jpg", imageAlt: "Sophisticated women fashion model"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -73,13 +77,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Elegant Dresses", description: "Timeless and sophisticated dresses perfect for special occasions and everyday elegance.", tag: "Dresses", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1766.jpg"},
|
||||
id: "1", title: "Elegant Dresses", description: "Timeless and sophisticated dresses perfect for special occasions and everyday elegance.", tag: "Dresses", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1766.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Casual Wear", description: "Comfortable and stylish everyday clothing that doesn't compromise on quality or design.", tag: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/fashion-girls-city_1157-4963.jpg"},
|
||||
id: "2", title: "Casual Wear", description: "Comfortable and stylish everyday clothing that doesn't compromise on quality or design.", tag: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/fashion-girls-city_1157-4963.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Party Wear", description: "Show-stopping evening wear and party dresses for your most memorable moments.", tag: "Party", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-elegant-young-women-glamour-long-dresses-posing-white-wall_273443-2374.jpg"},
|
||||
id: "3", title: "Party Wear", description: "Show-stopping evening wear and party dresses for your most memorable moments.", tag: "Party", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-elegant-young-women-glamour-long-dresses-posing-white-wall_273443-2374.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", title: "New Arrivals", description: "Stay ahead of trends with our latest fashion collections updated regularly.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-elegant-wome-wear-posing-stylish-bohemian-interior_273443-4294.jpg"},
|
||||
id: "4", title: "New Arrivals", description: "Stay ahead of trends with our latest fashion collections updated regularly.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-elegant-wome-wear-posing-stylish-bohemian-interior_273443-4294.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,17 +103,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Silk Blend Evening Dress", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-leaning-against-canvas-backdrop_171337-16470.jpg"},
|
||||
id: "1", name: "Silk Blend Evening Dress", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-leaning-against-canvas-backdrop_171337-16470.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Luxury Casual Blouse", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17718.jpg"},
|
||||
id: "2", name: "Luxury Casual Blouse", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17718.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Premium Fitted Trousers", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/luxury-rich-woman-dressed-elegant-stylish-blue-suit-walking-city-sunny-autumn-day-holding-purse_285396-7886.jpg"},
|
||||
id: "3", name: "Premium Fitted Trousers", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/luxury-rich-woman-dressed-elegant-stylish-blue-suit-walking-city-sunny-autumn-day-holding-purse_285396-7886.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Elegant Lace Dress", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg"},
|
||||
id: "4", name: "Elegant Lace Dress", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sophisticated Cardigan", price: "$139.00", imageSrc: "http://img.b2bpic.net/free-photo/selfconfident-curly-woman-silk-black-stylish-home-suit-sits-carpet-floor-leans-lea_197531-33664.jpg"},
|
||||
id: "5", name: "Sophisticated Cardigan", price: "$139.00", imageSrc: "http://img.b2bpic.net/free-photo/selfconfident-curly-woman-silk-black-stylish-home-suit-sits-carpet-floor-leans-lea_197531-33664.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Designer Mini Skirt", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-street_1157-4430.jpg"},
|
||||
id: "6", name: "Designer Mini Skirt", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-street_1157-4430.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,17 +133,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahjfashion", testimonial: "Lamisa Fashion has completely transformed my wardrobe. The quality is exceptional and the designs are so elegant!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-blonde-woman-wearing-casual-white-t-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-3975.jpg"},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahjfashion", testimonial: "Lamisa Fashion has completely transformed my wardrobe. The quality is exceptional and the designs are so elegant!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-blonde-woman-wearing-casual-white-t-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-3975.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Emma Williams", handle: "@emmastyle", testimonial: "Finally found a brand that understands luxury and quality. Every piece is a treasure and worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cute-young-business-woman-smiling_93675-133169.jpg"},
|
||||
id: "2", name: "Emma Williams", handle: "@emmastyle", testimonial: "Finally found a brand that understands luxury and quality. Every piece is a treasure and worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cute-young-business-woman-smiling_93675-133169.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Chen", handle: "@jessicaclothing", testimonial: "The attention to detail is incredible. I receive compliments every time I wear my Lamisa pieces!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-thinking-about-something_1187-3872.jpg"},
|
||||
id: "3", name: "Jessica Chen", handle: "@jessicaclothing", testimonial: "The attention to detail is incredible. I receive compliments every time I wear my Lamisa pieces!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-thinking-about-something_1187-3872.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Rachel Green", handle: "@rachelspaces", testimonial: "Customer service is outstanding and the delivery is so fast. Highly recommend Lamisa Fashion!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-long-hair-wearing-green-bodycon_176474-95238.jpg"},
|
||||
id: "4", name: "Rachel Green", handle: "@rachelspaces", testimonial: "Customer service is outstanding and the delivery is so fast. Highly recommend Lamisa Fashion!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-long-hair-wearing-green-bodycon_176474-95238.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Michelle Davis", handle: "@michelledstyle", testimonial: "The perfect blend of sophistication and comfort. I'm obsessed with every item in my collection!", imageSrc: "http://img.b2bpic.net/free-photo/pleased-thankful-tender-curlyhaired-kind-girl-red-dress-pressing-hands-breast-being-surpri_1258-133725.jpg"},
|
||||
id: "5", name: "Michelle Davis", handle: "@michelledstyle", testimonial: "The perfect blend of sophistication and comfort. I'm obsessed with every item in my collection!", imageSrc: "http://img.b2bpic.net/free-photo/pleased-thankful-tender-curlyhaired-kind-girl-red-dress-pressing-hands-breast-being-surpri_1258-133725.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Lisa Anderson", handle: "@lisafashionista", testimonial: "Worth every moment scrolling through their collection. Lamisa Fashion is my new favorite brand!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-70345.jpg"},
|
||||
id: "6", name: "Lisa Anderson", handle: "@lisafashionista", testimonial: "Worth every moment scrolling through their collection. Lamisa Fashion is my new favorite brand!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-70345.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -158,4 +178,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user