diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d9b4c23..83061dd 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -5,19 +5,10 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import BlogCardOne from "@/components/sections/blog/BlogCardOne"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FooterCard from "@/components/sections/footer/FooterCard"; +import { Instagram, Twitter, Facebook, Pinterest, Heart, Camera } from "lucide-react"; import Link from "next/link"; -import { Instagram, Twitter, Facebook, Pinterest } from "lucide-react"; export default function BlogPage() { - const navItems = [ - { name: "Home", id: "hero" }, - { name: "Shop", id: "products" }, - { name: "Men", id: "men-category" }, - { name: "Women", id: "women-category" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, - ]; - return ( @@ -47,56 +42,22 @@ export default function BlogPage() { @@ -105,37 +66,21 @@ export default function BlogPage() { diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f2efd50..4a8bac0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -82,7 +82,7 @@ export default function ContactPage() { handle: "@emmastyle", testimonial: "Perfect for my wardrobe! The graphic quality is exceptional and the sizing is accurate. Will definitely buy more!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-looking-away_23-2147892778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-looking-away_23-2147892778.jpg?_wi=3", imageAlt: "Emma Rodriguez profile", }, { @@ -91,7 +91,7 @@ export default function ContactPage() { handle: "@jamesdesign", testimonial: "Incredible designs and top-notch quality. These tees are perfect for making a statement. Absolutely love it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-standing-with-closed-posture-putting-hand-face-looking-up-isolated-green-wall_141793-94395.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-standing-with-closed-posture-putting-hand-face-looking-up-isolated-green-wall_141793-94395.jpg?_wi=3", imageAlt: "James Park profile", }, { @@ -100,7 +100,7 @@ export default function ContactPage() { handle: "@lisavibe", testimonial: "Best graphic tees I've ever owned! The attention to detail is amazing and the material feels premium. 10/10!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-smiling-sincerely-young-natural-looking-lady-student-age-wearing-blue-cotton-shirt_285396-4376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-smiling-sincerely-young-natural-looking-lady-student-age-wearing-blue-cotton-shirt_285396-4376.jpg?_wi=3", imageAlt: "Lisa Thompson profile", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f3ad78c..b225958 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,53 +1,30 @@ import type { Metadata } from "next"; import { Libre_Baskerville, Inter } from "next/font/google"; -import { Halant } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], + variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Premium Graphic T-Shirts | Your Logo", - description: "Discover premium graphic tees for modern lifestyle. Shop bold streetwear designs with exceptional quality and unique artistic prints.", - keywords: "graphic t-shirts, streetwear, fashion, premium tees, modern style, artistic prints", - metadataBase: new URL("https://yourlogo.com"), + title: "Premium Graphic T-Shirts | Your Logo", description: "Discover premium graphic tees for modern lifestyle. Shop bold streetwear designs with exceptional quality and unique artistic prints.", keywords: "graphic t-shirts, streetwear, fashion, premium tees, modern style, artistic prints", metadataBase: new URL("https://yourlogo.com"), alternates: { - canonical: "https://yourlogo.com", - }, + canonical: "https://yourlogo.com"}, openGraph: { - title: "Premium Graphic T-Shirts | Your Logo", - description: "Discover premium graphic tees for modern lifestyle. Shop bold streetwear designs with exceptional quality.", - url: "https://yourlogo.com", - siteName: "Your Logo", - type: "website", - images: [ + title: "Premium Graphic T-Shirts | Your Logo", description: "Discover premium graphic tees for modern lifestyle. Shop bold streetwear designs with exceptional quality.", url: "https://yourlogo.com", siteName: "Your Logo", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-holding-glasses_23-2149004834.jpg", - alt: "Premium graphic t-shirt showcase", - }, + url: "http://img.b2bpic.net/free-photo/young-man-picking-taxi-city_23-2148289262.jpg", alt: "Premium graphic t-shirt showcase"}, ], }, twitter: { - card: "summary_large_image", - title: "Premium Graphic T-Shirts | Your Logo", - description: "Discover premium graphic tees for modern lifestyle", - images: ["http://img.b2bpic.net/free-photo/medium-shot-happy-man-holding-glasses_23-2149004834.jpg"], + card: "summary_large_image", title: "Premium Graphic T-Shirts | Your Logo", description: "Discover premium graphic tees for modern lifestyle", images: ["http://img.b2bpic.net/free-photo/young-man-picking-taxi-city_23-2148289262.jpg"], }, robots: { index: true, @@ -64,7 +41,7 @@ export default function RootLayout({ {children} diff --git a/src/app/men/page.tsx b/src/app/men/page.tsx index 38f79ae..9524ca6 100644 --- a/src/app/men/page.tsx +++ b/src/app/men/page.tsx @@ -55,32 +55,32 @@ export default function MensPage() { carouselItems={[ { id: "carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-holding-glasses_23-2149004834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-holding-glasses_23-2149004834.jpg?_wi=2", imageAlt: "Male model wearing bold graphic t-shirt", }, { id: "carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg?_wi=5", imageAlt: "Premium black graphic tee showcase", }, { id: "carousel-3", - imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=4", imageAlt: "White minimalist graphic t-shirt", }, { id: "carousel-4", - imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=5", imageAlt: "Bold color graphic tee design", }, { id: "carousel-5", - imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=5", imageAlt: "Contemporary graphic t-shirt art", }, { id: "carousel-6", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hoodie-plate-with-cookies_23-2148528031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-hoodie-plate-with-cookies_23-2148528031.jpg?_wi=3", imageAlt: "Men's collection overview", }, ]} @@ -106,7 +106,7 @@ export default function MensPage() { name: "Bold Street Statement Tee", price: "$49.99", variant: "Black • 5 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg?_wi=6", imageAlt: "Bold street statement graphic t-shirt", isFavorited: false, }, @@ -115,7 +115,7 @@ export default function MensPage() { name: "Minimal Modern Tee", price: "$44.99", variant: "White • 3 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=5", imageAlt: "Minimal modern design graphic tee", isFavorited: false, }, @@ -124,7 +124,7 @@ export default function MensPage() { name: "Vibrant Artistic Print", price: "$54.99", variant: "Multi • 4 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=6", imageAlt: "Vibrant artistic graphic t-shirt", isFavorited: false, }, @@ -133,7 +133,7 @@ export default function MensPage() { name: "Contemporary Design Tee", price: "$49.99", variant: "Navy • 6 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=6", imageAlt: "Contemporary design graphic tee", isFavorited: false, }, @@ -161,7 +161,7 @@ export default function MensPage() { handle: "@alexstyle", testimonial: "Amazing quality and design! The fit is perfect and the graphic print is stunning. Already ordered my second tee!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg?_wi=2", imageAlt: "Alex Johnson profile", }, { @@ -170,7 +170,7 @@ export default function MensPage() { handle: "@marcusfashion", testimonial: "Great tees with excellent customer service. The designs stand out and compliments keep coming. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2", imageAlt: "Marcus Williams profile", }, { @@ -179,7 +179,7 @@ export default function MensPage() { handle: "@jamesdesign", testimonial: "Incredible designs and top-notch quality. These tees are perfect for making a statement. Absolutely love it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-standing-with-closed-posture-putting-hand-face-looking-up-isolated-green-wall_141793-94395.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-standing-with-closed-posture-putting-hand-face-looking-up-isolated-green-wall_141793-94395.jpg?_wi=2", imageAlt: "James Park profile", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 77c22c5..184d3ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,27 +25,22 @@ export default function HomePage() { secondaryButtonStyle="radial-glow" headingFontWeight="semibold" > - {/* Navbar */} - {/* Hero Section */}
- {/* Category Section */}
- {/* Featured Products Section */}
- {/* Social Proof Section */}
- {/* Testimonials Section */}
- {/* Instagram Gallery Section */} - {/* Footer */} diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index df38214..8c6e3c9 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -24,7 +24,7 @@ export default function ProductPage() { name: "Minimal Modern Tee", price: "$44.99", variant: "White • 3 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=8", imageAlt: "Minimal modern design graphic tee", isFavorited: false, }, @@ -33,7 +33,7 @@ export default function ProductPage() { name: "Vibrant Artistic Print", price: "$54.99", variant: "Multi • 4 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=9", imageAlt: "Vibrant artistic graphic t-shirt", isFavorited: false, }, @@ -42,7 +42,7 @@ export default function ProductPage() { name: "Contemporary Design Tee", price: "$49.99", variant: "Navy • 6 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=9", imageAlt: "Contemporary design graphic tee", isFavorited: false, }, @@ -55,7 +55,7 @@ export default function ProductPage() { handle: "@alexstyle", testimonial: "Amazing quality and design! The fit is perfect and the graphic print is stunning. Already ordered my second tee!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg?_wi=3", imageAlt: "Alex Johnson profile", }, { @@ -64,7 +64,7 @@ export default function ProductPage() { handle: "@sarahwears", testimonial: "Love these tees! The printing is sharp, the material is soft, and the designs are so unique. Best streetwear brand ever!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-1107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-1107.jpg?_wi=3", imageAlt: "Sarah Chen profile", }, { @@ -73,7 +73,7 @@ export default function ProductPage() { handle: "@marcusfashion", testimonial: "Great tees with excellent customer service. The designs stand out and compliments keep coming. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=3", imageAlt: "Marcus Williams profile", }, ]; diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 279a08e..40fc452 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -58,7 +58,7 @@ export default function ShopPage() { name: "Bold Street Statement Tee", price: "$49.99", variant: "Black • 5 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg?_wi=3", imageAlt: "Bold street statement graphic t-shirt", isFavorited: false, }, @@ -67,7 +67,7 @@ export default function ShopPage() { name: "Minimal Modern Tee", price: "$44.99", variant: "White • 3 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=3", imageAlt: "Minimal modern design graphic tee", isFavorited: false, }, @@ -76,7 +76,7 @@ export default function ShopPage() { name: "Vibrant Artistic Print", price: "$54.99", variant: "Multi • 4 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=3", imageAlt: "Vibrant artistic graphic t-shirt", isFavorited: false, }, @@ -85,7 +85,7 @@ export default function ShopPage() { name: "Contemporary Design Tee", price: "$49.99", variant: "Navy • 6 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=3", imageAlt: "Contemporary design graphic tee", isFavorited: false, }, @@ -109,7 +109,7 @@ export default function ShopPage() { name: "Premium Comfort Essentials", price: "$39.99", variant: "Heather Grey • 4 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg?_wi=4", imageAlt: "Premium comfort essentials graphic tee", isFavorited: false, }, @@ -118,7 +118,7 @@ export default function ShopPage() { name: "Signature Series Tee", price: "$59.99", variant: "Deep Black • 2 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=4", imageAlt: "Signature series graphic tee", isFavorited: false, }, @@ -127,7 +127,7 @@ export default function ShopPage() { name: "Urban Heritage Tee", price: "$54.99", variant: "Cream • 3 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=4", imageAlt: "Urban heritage graphic tee", isFavorited: false, }, diff --git a/src/app/women/page.tsx b/src/app/women/page.tsx index ea0c9b5..505c67c 100644 --- a/src/app/women/page.tsx +++ b/src/app/women/page.tsx @@ -55,32 +55,32 @@ export default function WomensPage() { carouselItems={[ { id: "carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-prepare-clothing-new-journey_53876-47006.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-prepare-clothing-new-journey_53876-47006.jpg?_wi=2", imageAlt: "Female model wearing bold graphic t-shirt", }, { id: "carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/natural-pigmented-cloths-laundry-wire-arrangement_23-2148734286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/natural-pigmented-cloths-laundry-wire-arrangement_23-2148734286.jpg?_wi=2", imageAlt: "Women's collection overview", }, { id: "carousel-3", - imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=6", imageAlt: "White minimalist graphic t-shirt", }, { id: "carousel-4", - imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=7", imageAlt: "Bold color graphic tee design", }, { id: "carousel-5", - imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=7", imageAlt: "Contemporary graphic t-shirt art", }, { id: "carousel-6", - imageSrc: "http://img.b2bpic.net/free-photo/graceful-woman-looking-shoulder-while-walking-city-outdoor-shot-pleasant-tanned-lady_291650-1699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graceful-woman-looking-shoulder-while-walking-city-outdoor-shot-pleasant-tanned-lady_291650-1699.jpg?_wi=2", imageAlt: "Street style women's fashion showcase", }, ]} @@ -106,7 +106,7 @@ export default function WomensPage() { name: "Bold Artistic Statement Tee", price: "$49.99", variant: "Black • 5 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg?_wi=7", imageAlt: "Bold artistic statement graphic t-shirt", isFavorited: false, }, @@ -115,7 +115,7 @@ export default function WomensPage() { name: "Minimal Chic Tee", price: "$44.99", variant: "White • 3 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=7", imageAlt: "Minimal chic design graphic tee", isFavorited: false, }, @@ -124,7 +124,7 @@ export default function WomensPage() { name: "Vibrant Creative Print", price: "$54.99", variant: "Multi • 4 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=8", imageAlt: "Vibrant creative graphic t-shirt", isFavorited: false, }, @@ -133,7 +133,7 @@ export default function WomensPage() { name: "Modern Expressive Tee", price: "$49.99", variant: "Navy • 6 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=8", imageAlt: "Modern expressive graphic tee", isFavorited: false, }, @@ -161,7 +161,7 @@ export default function WomensPage() { handle: "@sarahwears", testimonial: "Love these tees! The printing is sharp, the material is soft, and the designs are so unique. Best streetwear brand ever!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-1107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-1107.jpg?_wi=2", imageAlt: "Sarah Chen profile", }, { @@ -170,7 +170,7 @@ export default function WomensPage() { handle: "@emmastyle", testimonial: "Perfect for my wardrobe! The graphic quality is exceptional and the sizing is accurate. Will definitely buy more!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-looking-away_23-2147892778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-looking-away_23-2147892778.jpg?_wi=2", imageAlt: "Emma Rodriguez profile", }, { @@ -179,7 +179,7 @@ export default function WomensPage() { handle: "@lisavibe", testimonial: "Best graphic tees I've ever owned! The attention to detail is amazing and the material feels premium. 10/10!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-smiling-sincerely-young-natural-looking-lady-student-age-wearing-blue-cotton-shirt_285396-4376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-smiling-sincerely-young-natural-looking-lady-student-age-wearing-blue-cotton-shirt_285396-4376.jpg?_wi=2", imageAlt: "Lisa Thompson profile", }, ]}