diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index dc80026..cc47e40 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -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 (
-
-
+
+
{children}
-
+
+
+
+
-
);
}
+
+function ServiceWrapper({ children }: { children: React.ReactNode }) {
+ return <>{children}>;
+}
+
+function Tag() {
+ return null;
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4d208c5..96a2970 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -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"
+ },
]}
/>
@@ -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"
+ },
]}
/>
@@ -158,4 +178,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file