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
@@ -56,17 +56,17 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-vector/interface-workout-tracking-application_23-2148632022.jpg", imageAlt: "Calculator interface"},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-vector/interface-workout-tracking-application_23-2148632022.jpg?_wi=1", imageAlt: "Calculator interface"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952352.jpg", imageAlt: "International calculator"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952352.jpg?_wi=1", imageAlt: "International calculator"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/side-view-colorful-target-with-pin-bull-s-eye_23-2148443774.jpg", imageAlt: "Accurate calculations"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/side-view-colorful-target-with-pin-bull-s-eye_23-2148443774.jpg?_wi=1", imageAlt: "Accurate calculations"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-vector/flash-sale-background-flat-style_23-2147783494.jpg", imageAlt: "Fast processing"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148407394.jpg", imageAlt: "Easy to use"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-vector/interface-workout-tracking-application_23-2148632022.jpg", imageAlt: "Calculator dashboard"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-vector/interface-workout-tracking-application_23-2148632022.jpg?_wi=2", imageAlt: "Calculator dashboard"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
{ value: "5M+", title: "Calculations Performed" },
|
||||
{ value: "150+", title: "Countries Supported" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952352.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952352.jpg?_wi=2"
|
||||
imageAlt="About our calculator"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
title: "Age Recognition Systems Around the World", excerpt: "Explore how different cultures and countries calculate and recognize age, from East Asian age systems to Western standards.", imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", imageAlt: "International age systems", authorName: "Emma Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-people-conference-room_23-2148911823.jpg", date: "10 Jan 2025"},
|
||||
{
|
||||
id: "4", category: ["Calculation Tips", "Tools"],
|
||||
title: "Common Age Calculation Mistakes and How to Avoid Them", excerpt: "Understanding the pitfalls in manual age calculation and how our automated calculator prevents errors every single time.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-colorful-target-with-pin-bull-s-eye_23-2148443774.jpg", imageAlt: "Accuracy tips", authorName: "David Kumar", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg", date: "08 Jan 2025"},
|
||||
title: "Common Age Calculation Mistakes and How to Avoid Them", excerpt: "Understanding the pitfalls in manual age calculation and how our automated calculator prevents errors every single time.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-colorful-target-with-pin-bull-s-eye_23-2148443774.jpg?_wi=2", imageAlt: "Accuracy tips", authorName: "David Kumar", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg", date: "08 Jan 2025"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user