diff --git a/src/app/page.tsx b/src/app/page.tsx index 62ae976..82aeb4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,18 +31,9 @@ export default function LandingPage() { @@ -186,51 +86,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Lifestyle Portrait", - price: "Artistic", - variant: "Portrait", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406008.jpg", - }, - { - id: "p2", - name: "Editorial Noir", - price: "Dramatic", - variant: "Studio", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-long-blonde-hair-red-jacket_23-2149020135.jpg", - }, - { - id: "p3", - name: "Travel Serenity", - price: "Authentic", - variant: "Outdoor", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-female-photographer-looking-phone-smiling_176420-6925.jpg", - }, - { - id: "p4", - name: "Event Dynamics", - price: "High Energy", - variant: "Event", - imageSrc: "http://img.b2bpic.net/free-photo/girl-boy-celebrating-birthday-with-hats_23-2148248791.jpg", - }, - { - id: "p5", - name: "Fashion Forward", - price: "Sophisticated", - variant: "Fashion", - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-barn-with-seddle_171337-18328.jpg", - }, - { - id: "p6", - name: "Culinary Detail", - price: "Delicious", - variant: "Food", - imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg", - }, + { id: "p1", name: "Bridal Heritage", price: "Artistic", variant: "Portrait", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406008.jpg" }, + { id: "p2", name: "Ceremonial Noir", price: "Dramatic", variant: "Studio", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-long-blonde-hair-red-jacket_23-2149020135.jpg" }, + { id: "p3", name: "Festival Serenity", price: "Authentic", variant: "Outdoor", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-female-photographer-looking-phone-smiling_176420-6925.jpg" }, ]} - title="Selected Works" - description="A glimpse into our visual archive across various artistic styles." + title="Featured Gallery" + description="Selected works reflecting beauty, culture, and life." /> @@ -240,39 +101,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "100%", - title: "Quality Assured", - items: [ - "Detail oriented", - "Color corrected", - "Professional edits", - ], - }, - { - id: "m2", - value: "24h", - title: "Preview Delivery", - items: [ - "Quick turnaround", - "First draft included", - "Priority access", - ], - }, - { - id: "m3", - value: "5.0", - title: "Avg Rating", - items: [ - "Consistent satisfaction", - "High client trust", - "Top-rated service", - ], - }, + { id: "m1", value: "100%", title: "Cultural Precision", items: ["Authentic", "Vibrant", "Professional"] }, + { id: "m2", value: "24h", title: "Preview Delivery", items: ["Quick", "Reliable", "Efficient"] }, + { id: "m3", value: "5.0", title: "Client Delight", items: ["Consistent", "High-end", "Trusted"] }, ]} - title="Our Impact" - description="Visualizing excellence through data and satisfied feedback." + title="Artistic Impact" + description="Data-driven excellence with an artistic soul." /> @@ -282,63 +116,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah Johnson", - role: "CEO", - company: "TechCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", - }, - { - id: "2", - name: "Michael Chen", - role: "CTO", - company: "InnovateLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-woman-talking-mobile-phone_74855-3504.jpg", - }, - { - id: "3", - name: "Emily Rodriguez", - role: "Marketing", - company: "GrowthCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-showing-picture-shot-camera-her-boyfriend_23-2147840138.jpg", - }, - { - id: "4", - name: "David Kim", - role: "Manager", - company: "StartupXYZ", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mother-sun-taking-selfie_23-2148414901.jpg", - }, - { - id: "5", - name: "Jessica Lee", - role: "Designer", - company: "CreativeStudio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/parents-son-taking-selfie_23-2148414900.jpg", - }, + { id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" }, + { id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-woman-talking-mobile-phone_74855-3504.jpg" }, ]} kpiItems={[ - { - value: "5.0", - label: "Satisfaction", - }, - { - value: "98%", - label: "Referrals", - }, - { - value: "500+", - label: "Sessions", - }, + { value: "5.0", label: "Satisfaction" }, + { value: "98%", label: "Referrals" }, + { value: "500+", label: "Sessions" }, ]} - title="Voices of Our Clients" - description="Stories from those who trusted us with their most important moments." + title="Client Stories" + description="Heartfelt moments captured with precision and grace." /> @@ -346,50 +133,31 @@ export default function LandingPage() {
); -} +} \ No newline at end of file