Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#whyus" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/archery-flat-infographics-presenting-information-about-necessary-equipment_1284-9647.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/archery-flat-infographics-presenting-information-about-necessary-equipment_1284-9647.jpg?_wi=1"
|
||||
imageAlt="Pinaka Archery Academy training facility"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -104,12 +104,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "beginner", title: "Beginner Training", price: "₹2,999", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572837.jpg", imageAlt: "Beginner archery training", button: { text: "Enroll Now", href: "#contact" },
|
||||
id: "beginner", title: "Beginner Training", price: "₹2,999", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572837.jpg?_wi=1", imageAlt: "Beginner archery training", button: { text: "Enroll Now", href: "#contact" },
|
||||
features: [
|
||||
"4 sessions per month", "Basic technique instruction", "Equipment provided", "Beginner-friendly pace", "Safety certification"],
|
||||
},
|
||||
{
|
||||
id: "kids", title: "Kids Archery Classes", price: "₹2,499", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-playing-badminton_23-2149512435.jpg", imageAlt: "Kids archery training", button: { text: "Enroll Now", href: "#contact" },
|
||||
id: "kids", title: "Kids Archery Classes", price: "₹2,499", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-playing-badminton_23-2149512435.jpg?_wi=1", imageAlt: "Kids archery training", button: { text: "Enroll Now", href: "#contact" },
|
||||
features: [
|
||||
"Age 6-15 years", "Fun learning environment", "Sports discipline focus", "4 sessions per month", "Child-safe equipment"],
|
||||
},
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Expert Coaches", description: "Our certified coaches have years of professional archery experience and are dedicated to your success.", reverse: false,
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-vector/archery-flat-infographics-presenting-information-about-necessary-equipment_1284-9647.jpg" },
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-vector/archery-flat-infographics-presenting-information-about-necessary-equipment_1284-9647.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: Award, text: "Certified instructors" },
|
||||
{ icon: Trophy, text: "Competition experience" },
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Safe Training Environment", description: "We prioritize safety with professional-grade equipment, proper facility maintenance, and strict safety protocols.", reverse: true,
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572837.jpg" },
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572837.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: Shield, text: "Safety-first protocols" },
|
||||
{ icon: CheckCircle, text: "Certified equipment" },
|
||||
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Programs for All Ages", description: "From young beginners to advanced competitors, we have specialized programs tailored to every skill level.", reverse: false,
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-playing-badminton_23-2149512435.jpg" },
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-playing-badminton_23-2149512435.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: Users, text: "Kids programs" },
|
||||
{ icon: Zap, text: "Beginner friendly" },
|
||||
|
||||
Reference in New Issue
Block a user