5 Commits

Author SHA1 Message Date
420d2ca121 Update src/app/page.tsx 2026-03-05 05:13:52 +00:00
77768ac4b7 Update src/app/layout.tsx 2026-03-05 05:13:52 +00:00
19e4a2a501 Merge version_1 into main
Merge version_1 into main
2026-03-05 05:12:07 +00:00
ba21383018 Merge version_1 into main
Merge version_1 into main
2026-03-05 05:11:23 +00:00
93bede8856 Merge version_1 into main
Merge version_1 into main
2026-03-05 05:10:20 +00:00
2 changed files with 45 additions and 49 deletions

View File

@@ -1,50 +1,27 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import { Geist, Geist_Mono } from "next/font/google";
import { Inter } from "next/font/google";
import { Lato } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const geist = Geist({
variable: "--font-halant", subsets: ["latin"], variable: "--font-geist-sans", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
}); });
const inter = Inter({ const geistMono = Geist_Mono({
variable: "--font-inter", subsets: ["latin"], variable: "--font-geist-mono", subsets: ["latin"],
});
const lato = Lato({
variable: "--font-lato", subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Instagram Seller - Professional Growth Services", description: "Grow your Instagram presence with professional seller solutions. Authentic followers, engagement optimization, and content strategy. Call 628-422-5489.", keywords: "instagram seller, instagram growth, follower growth, instagram marketing, content creator services", metadataBase: new URL("https://instasellerpro.com"), title: "InstaSeller Pro", description: "Generated by create next app"};
openGraph: {
title: "Instagram Seller - Professional Growth Services", description: "Grow your Instagram presence with authentic followers and professional strategies", url: "https://instasellerpro.com", siteName: "InstaSeller Pro", type: "website"},
twitter: {
card: "summary_large_image", title: "Instagram Seller - Professional Growth Services", description: "Expert Instagram growth solutions for creators and businesses"},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={`${geist.variable} ${geistMono.variable} antialiased`}>
<body {children}
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
@@ -1413,7 +1390,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -61,6 +61,13 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVotULjd2zSMhbyrutyD74UrRT/uploaded-1772687347456-j76q9x4m.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVotULjd2zSMhbyrutyD74UrRT/uploaded-1772687347456-j76q9x4m.jpg"
imageAlt="Instagram Creator Profile" imageAlt="Instagram Creator Profile"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=1", alt: "Creator 1" },
{ src: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=1", alt: "Creator 2" },
{ src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg?_wi=1", alt: "Creator 3" },
{ src: "http://img.b2bpic.net/free-photo/attractive-girl-fashionable-outfit-creats-influence-content-shows-peace-sign-smartphone-front-camera-poses-selfie-smiles-gladfully-poses-urban-place-spends-vacation-big-city_273609-56229.jpg?_wi=1", alt: "Creator 4" },
]}
avatarText="10K+ Happy Creators"
/> />
</div> </div>
@@ -74,13 +81,16 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Follower Growth Campaigns", description: "Targeted strategies to gain authentic, engaged followers aligned with your niche and goals", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVotULjd2zSMhbyrutyD74UrRT/uploaded-1772687347457-obgjznue.jpg", imageAlt: "Growth Campaign Strategy"}, title: "Follower Growth Campaigns", description: "Targeted strategies to gain authentic, engaged followers aligned with your niche and goals", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVotULjd2zSMhbyrutyD74UrRT/uploaded-1772687347457-obgjznue.jpg", imageAlt: "Growth Campaign Strategy"
},
{ {
id: 2, id: 2,
title: "Engagement Optimization", description: "Maximize likes, comments, and shares through content strategy and timing optimization", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVotULjd2zSMhbyrutyD74UrRT/uploaded-1772687347457-0uuliree.jpg", imageAlt: "Engagement Metrics"}, title: "Engagement Optimization", description: "Maximize likes, comments, and shares through content strategy and timing optimization", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVotULjd2zSMhbyrutyD74UrRT/uploaded-1772687347457-0uuliree.jpg", imageAlt: "Engagement Metrics"
},
{ {
id: 3, id: 3,
title: "Content Strategy & Curation", description: "Professional content planning and creation that resonates with your target audience", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVotULjd2zSMhbyrutyD74UrRT/uploaded-1772687347457-0m5ubxth.jpg", imageAlt: "Content Strategy"}, title: "Content Strategy & Curation", description: "Professional content planning and creation that resonates with your target audience", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVotULjd2zSMhbyrutyD74UrRT/uploaded-1772687347457-0m5ubxth.jpg", imageAlt: "Content Strategy"
},
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -116,13 +126,17 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
members={[ members={[
{ {
id: "1", name: "Chetan Music", role: "Music Creator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=1", imageAlt: "Chetan Music"}, id: "1", name: "Chetan Music", role: "Music Creator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=1", imageAlt: "Chetan Music"
},
{ {
id: "2", name: "Abhijit Rawat", role: "Content Creator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=1", imageAlt: "Abhijit Rawat"}, id: "2", name: "Abhijit Rawat", role: "Content Creator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=1", imageAlt: "Abhijit Rawat"
},
{ {
id: "3", name: "Khan Azam", role: "Lifestyle Influencer", imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg?_wi=1", imageAlt: "Khan Azam"}, id: "3", name: "Khan Azam", role: "Lifestyle Influencer", imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg?_wi=1", imageAlt: "Khan Azam"
},
{ {
id: "4", name: "Dinesh Goud", role: "Travel Creator", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-fashionable-outfit-creats-influence-content-shows-peace-sign-smartphone-front-camera-poses-selfie-smiles-gladfully-poses-urban-place-spends-vacation-big-city_273609-56229.jpg?_wi=1", imageAlt: "Dinesh Goud"}, id: "4", name: "Dinesh Goud", role: "Travel Creator", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-fashionable-outfit-creats-influence-content-shows-peace-sign-smartphone-front-camera-poses-selfie-smiles-gladfully-poses-urban-place-spends-vacation-big-city_273609-56229.jpg?_wi=1", imageAlt: "Dinesh Goud"
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -141,22 +155,28 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Priya Sharma", role: "Influencer", company: "Beauty & Lifestyle", rating: 5, id: "1", name: "Priya Sharma", role: "Influencer", company: "Beauty & Lifestyle", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=2", imageAlt: "Priya Sharma"}, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=2", imageAlt: "Priya Sharma"
},
{ {
id: "2", name: "Raj Patel", role: "E-commerce Seller", company: "Fashion Boutique", rating: 5, id: "2", name: "Raj Patel", role: "E-commerce Seller", company: "Fashion Boutique", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=2", imageAlt: "Raj Patel"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=2", imageAlt: "Raj Patel"
},
{ {
id: "3", name: "Neha Gupta", role: "Content Creator", company: "Travel Vlogging", rating: 5, id: "3", name: "Neha Gupta", role: "Content Creator", company: "Travel Vlogging", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg?_wi=2", imageAlt: "Neha Gupta"}, imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg?_wi=2", imageAlt: "Neha Gupta"
},
{ {
id: "4", name: "Arjun Singh", role: "Digital Marketer", company: "Tech Startup", rating: 5, id: "4", name: "Arjun Singh", role: "Digital Marketer", company: "Tech Startup", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-fashionable-outfit-creats-influence-content-shows-peace-sign-smartphone-front-camera-poses-selfie-smiles-gladfully-poses-urban-place-spends-vacation-big-city_273609-56229.jpg?_wi=2", imageAlt: "Arjun Singh"}, imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-fashionable-outfit-creats-influence-content-shows-peace-sign-smartphone-front-camera-poses-selfie-smiles-gladfully-poses-urban-place-spends-vacation-big-city_273609-56229.jpg?_wi=2", imageAlt: "Arjun Singh"
},
{ {
id: "5", name: "Divya Kapoor", role: "Fitness Coach", company: "Wellness Brand", rating: 5, id: "5", name: "Divya Kapoor", role: "Fitness Coach", company: "Wellness Brand", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg", imageAlt: "Divya Kapoor"}, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg", imageAlt: "Divya Kapoor"
},
{ {
id: "6", name: "Vikram Kumar", role: "Product Seller", company: "Electronics Store", rating: 5, id: "6", name: "Vikram Kumar", role: "Product Seller", company: "Electronics Store", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "Vikram Kumar"}, imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "Vikram Kumar"
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"