diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9086a79..03f7f85 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
-import { Eye, Maximize, Scale, Scissors, Sparkles } from "lucide-react";
+import { Eye, Maximize, Scale, Scissors, Sparkles, Award, Star, Brush } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,30 +30,12 @@ export default function LandingPage() {
@@ -64,14 +46,8 @@ export default function LandingPage() {
logoText="RANIA ZARGOUN"
description="Miss Ouest Public Algérie 2025\nBeauty • Passion • Power"
buttons={[
- {
- text: "View Portfolio",
- href: "#portfolio",
- },
- {
- text: "Book Rania",
- href: "#contact",
- },
+ { text: "View Portfolio", href: "#portfolio" },
+ { text: "Book Rania", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-fashionable-blond-girl-with-blue-eyes-dressed-white-clothes_613910-2899.jpg"
imageAlt="Rania Zargoun editorial portrait"
@@ -80,52 +56,23 @@ export default function LandingPage() {
@@ -149,36 +94,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "s1",
- icon: Maximize,
- title: "Height",
- value: "175 cm",
- },
- {
- id: "s2",
- icon: Scale,
- title: "Weight",
- value: "67 kg",
- },
- {
- id: "s3",
- icon: Eye,
- title: "Eyes",
- value: "Brown",
- },
- {
- id: "s4",
- icon: Scissors,
- title: "Hair",
- value: "Dark Brown",
- },
- {
- id: "s5",
- icon: Sparkles,
- title: "Experience",
- value: "1 Year",
- },
+ { id: "s1", icon: Maximize, title: "Height", value: "175 cm" },
+ { id: "s2", icon: Scale, title: "Weight", value: "67 kg" },
+ { id: "s3", icon: Eye, title: "Eyes", value: "Brown" },
+ { id: "s4", icon: Scissors, title: "Hair", value: "Dark Brown" },
+ { id: "s5", icon: Sparkles, title: "Experience", value: "1 Year" },
]}
title="Model Statistics"
description="Agency-standard measurements."
@@ -193,26 +113,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Fashion Campaigns",
- description: "High-end visual storytelling.",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-looking-away_114579-81857.jpg?_wi=2",
- titleIconSrc: "Award",
- buttonText: "Inquire",
- },
+ title: "Fashion Campaigns", description: "High-end visual storytelling.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-looking-away_114579-81857.jpg", titleIconSrc: "Award", buttonText: "Inquire"},
{
- title: "Runway Shows",
- description: "Professional catwalk presence.",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-girl-looking-camera-contrast-portrait_633478-538.jpg?_wi=2",
- titleIconSrc: "Star",
- buttonText: "Inquire",
- },
+ title: "Runway Shows", description: "Professional catwalk presence.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-girl-looking-camera-contrast-portrait_633478-538.jpg", titleIconSrc: "Star", buttonText: "Inquire"},
{
- title: "Beauty & Hair",
- description: "Expert beauty modeling.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg?_wi=2",
- titleIconSrc: "Brush",
- buttonText: "Inquire",
- },
+ title: "Beauty & Hair", description: "Expert beauty modeling.", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg", titleIconSrc: "Brush", buttonText: "Inquire"},
]}
title="Collaborations"
description="Available for global brand partnerships."
@@ -222,9 +127,7 @@ export default function LandingPage() {