import { P2, P3, P4, P5, P6, P7, P8, P9 } from "data/personal"; import { pageRoutes } from "data/routes"; import React from "react"; import { BottomNav } from "@/components/BottomNav"; import { ComponentWrapper } from "@/components/ComponentWrapper"; import { Header } from "@/components/Header"; import { QuotationCarousel } from "@/components/QuotationCarousel"; import { SectionHeader } from "@/components/SectionHeader"; import styles from "./samplePage.module.css"; export default function Personal() { return (
); }