diff --git a/src/App.tsx b/src/App.tsx index f8b5343..5243cd5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,219 +13,205 @@ import TestimonialRatingCards from '@/components/sections/testimonial/Testimonia export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- + -
+ title: "Portrait Mastery", description: "Studio lighting and human subject posing techniques.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-posing-as-model-photography-studio-making-fish-face-with-lips-crazy-comical-gesture-funny-expression_839833-31907.jpg" + }, + { + title: "Advanced Post-Editing", description: "Professional retouching for commercial workflows.", imageSrc: "http://img.b2bpic.net/free-photo/asian-photographer-editing-picture-with-retouching-software-computer-working-with-retoucher-interface-edit-art-photograph-with-color-grading-visual-contrast-multimedia-production_482257-49873.jpg" + }, + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + name: "Mike S.", role: "Hobbyist", quote: "The team helped me find my unique style.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-female-photographer-taking-pictures-with-professional-camera-tripod_613910-2234.jpg" + }, + { + name: "Jane P.", role: "Editor", quote: "Simply the best education in the field.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-crossed-arms_23-2149362877.jpg" + }, + ]} + /> + + +
+ +
+ +
+ +
+ + ); -} +} \ No newline at end of file