Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -51,13 +51,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson", handle: "Digital Creator", testimonial: "Changed my entire approach to online business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg?_wi=1"},
|
||||
{
|
||||
name: "Michael Chen", handle: "Entrepreneur", testimonial: "The automation systems saved me 20 hours weekly", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg?_wi=1"},
|
||||
{
|
||||
name: "Emma Rodriguez", handle: "Content Creator", testimonial: "First income within two weeks of implementation", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[{ text: "START YOUR JOURNEY", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -97,13 +97,13 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Build Profitable Brands", description: "Learn to create a digital brand from scratch without showing your face using AI tools and automation", imageSrc: "http://img.b2bpic.net/free-vector/online-education-landing-page_23-2148147279.jpg", imageAlt: "Digital brand building platform"},
|
||||
id: "01", title: "Build Profitable Brands", description: "Learn to create a digital brand from scratch without showing your face using AI tools and automation", imageSrc: "http://img.b2bpic.net/free-vector/online-education-landing-page_23-2148147279.jpg?_wi=1", imageAlt: "Digital brand building platform"},
|
||||
{
|
||||
id: "02", title: "Create High-Converting Products", description: "Master the exact system to design digital products that sell consistently and generate passive income", imageSrc: "http://img.b2bpic.net/free-vector/online-education-landing-page_23-2148147279.jpg", imageAlt: "Product creation workflow"},
|
||||
id: "02", title: "Create High-Converting Products", description: "Master the exact system to design digital products that sell consistently and generate passive income", imageSrc: "http://img.b2bpic.net/free-vector/online-education-landing-page_23-2148147279.jpg?_wi=2", imageAlt: "Product creation workflow"},
|
||||
{
|
||||
id: "03", title: "Automate Your Content", description: "Implement automated content systems that run 24/7 while you focus on growing your business", imageSrc: "http://img.b2bpic.net/free-vector/online-education-landing-page_23-2148147279.jpg", imageAlt: "Content automation dashboard"},
|
||||
id: "03", title: "Automate Your Content", description: "Implement automated content systems that run 24/7 while you focus on growing your business", imageSrc: "http://img.b2bpic.net/free-vector/online-education-landing-page_23-2148147279.jpg?_wi=3", imageAlt: "Content automation dashboard"},
|
||||
{
|
||||
id: "04", title: "Scale with Systems", description: "Use proven systems to grow from zero to thousands of followers and customers organically", imageSrc: "http://img.b2bpic.net/free-vector/online-education-landing-page_23-2148147279.jpg", imageAlt: "Growth scaling systems"},
|
||||
id: "04", title: "Scale with Systems", description: "Use proven systems to grow from zero to thousands of followers and customers organically", imageSrc: "http://img.b2bpic.net/free-vector/online-education-landing-page_23-2148147279.jpg?_wi=4", imageAlt: "Growth scaling systems"},
|
||||
]}
|
||||
buttons={[{ text: "Access The Academy", href: "#contact" }]}
|
||||
/>
|
||||
@@ -113,11 +113,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg?_wi=2", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg?_wi=2", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "Emma Rodriguez"},
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", imageAlt: "David Kim"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user