diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b3ebd4..efa7b30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,13 +61,13 @@ export default function LandingPage() { testimonials={[ { name: "Maya Patel", handle: "Content Creator, Mumbai", testimonial: "Finally found a cafe where the aesthetic matches the food quality. Every corner is Insta-gold!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sleepy-girl-touching-her-dark-hair-while-posing-home-indoor-photo-interested-female-model-cozy-white-t-shirt_197531-9278.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/sleepy-girl-touching-her-dark-hair-while-posing-home-indoor-photo-interested-female-model-cozy-white-t-shirt_197531-9278.jpg"}, { name: "Arjun Singh", handle: "Young Professional, Delhi", testimonial: "The vibe here is unmatched. Premium feel without the pretentious price tag. My new go-to spot.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3521.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3521.jpg"}, { name: "Priya Verma", handle: "Student & Food Blogger", testimonial: "Size Zero is perfect for study sessions and dates. The food is incredible, and the ambience is chef's kiss!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -162,11 +162,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Anaya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/sleepy-girl-touching-her-dark-hair-while-posing-home-indoor-photo-interested-female-model-cozy-white-t-shirt_197531-9278.jpg?_wi=2"}, + id: "1", name: "Anaya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/sleepy-girl-touching-her-dark-hair-while-posing-home-indoor-photo-interested-female-model-cozy-white-t-shirt_197531-9278.jpg"}, { - id: "2", name: "Rohit Kapoor", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3521.jpg?_wi=2"}, + id: "2", name: "Rohit Kapoor", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3521.jpg"}, { - id: "3", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg?_wi=2"}, + id: "3", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg"}, { id: "4", name: "Vikram Nair", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2919.jpg"}, { @@ -212,7 +212,7 @@ export default function LandingPage() { tagAnimation="blur-reveal" title="Join the Size Zero Community" description="Subscribe to our newsletter for exclusive menu previews, special events, and early access to new offerings. Plus, get 15% off your first order!" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe"